PDA

View Full Version : Multiple pages per section...


BillS
13-Jul-2006, 12:07 AM
[Previously posted in v7 forum]

I've just been reading a few threads on V8 but I haven't spotted any postings on limiting the number of products per page with Previous/Next options...

Is it possible to [truly] automate this feature in v8?

Bill.

http://www.spicesofindia.co.uk

cdicken
13-Jul-2006, 10:11 AM
Is it possible to [truly] automate this feature in v8?Hi Bill - I don't think it's going to be truly possible to automate this feature while we still generate static HTML pages on the desktop.

I have a feeling there might be a solution to somehow hack it in v8. Basically let's say you had 14 products in a section, it is possible to include 3 product lists in the page - and then include conditions that say 'In list 1, only include products 1-5, in list 2, only include products 6-10, in list 3 only include products 11-15' etc. etc.

The conditions looks like this:
ListIndex <= 5
(ListIndex > 6) AND (ListIndex <=10)

What I'm wondering if it's possible to generate the same section page multiple times - with each one containing a different product list.

I'll have more of a think about this.