Announcement

Collapse
No announcement yet.

next and previous

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

    next and previous

    I'm wanting to add a next and previous link to some of my product sections.

    I currently use thumbnails so only have one product per section.

    I've run a search here, but have not been able to find anything matching my needs.

    Any help, as always, would be much appreciated.


    http://www.flowertastic.co.uk/acatal..._Delivery.html

    #2
    Hi there

    Check the following thread

    As each section is a page name, this solution will pass you the next section name

    Try this

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Ah.. I had just read that posting... look quite labour intensive!

      oh well

      Comment


        #4
        Here's all that you need to do...

        Copying and paste the code right at the bottom of Act_ProductBody.html:


        <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, you can see the result on my site...
        Football Heaven

        For all kinds of football souvenirs and memorabilia.

        Comment


          #5
          thanks.... I was referring to the putting the names in as a customer variable.

          my pages names are quite long and include search engine terms too.

          Comment

          Working...
          X