Announcement

Collapse
No announcement yet.

Is it possible to page products within a long section

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

    Is it possible to page products within a long section

    Hello,

    Is it possible to have a particularly long section to automatically paginate.

    Say have a maximum of 10 product per page, and each page having google like page navigation at the top and bottom.

    Alec
    Alec Moss
    Business Webpage Ltd
    Web Design
    Starter Websites

    #2
    Hi Alec,

    You can do that by creating sub sections within the section and limiting the sub section to say 10 products. Once that is done you can take a look on page 16 of the Advanced Users Guide, you can download it from the Actinic Site, and follow the bit on creating Previous and Next links on sections..

    Include content similar to the following within the overall layout (primary) template for a section where you want the links to appear:
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><a href="NETQUOTEVAR:PREV_SECTION_URL">NETQUOTEVAR:PREV_SECTION_NAME</a></td>
    <td align="right"><a href="NETQUOTEVAR:NEXT_SECTION_URL">NETQUOTEVAR:NEXT_SECTION_NAME</a></td>
    </tr>
    </table>

    Hope this helps,

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X