Announcement

Collapse
No announcement yet.

Multiple pages per section...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Multiple pages per section...

    [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
    Bill

    HTML Code:
    <a href="www.spicesofindia.co.uk">www.spicesofindia.co.uk</a>

    #2
    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.

    Comment

    Working...
    X