Announcement

Collapse
No announcement yet.

Pages on the Catalogue

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

    Pages on the Catalogue

    Hi I was wondering if somebody could tell me how to insert pages on my catalogue so I dont have so many products being show on one page. I would like to limit it to 5 or 6 per page and have a option at the bottom to go to next page, or page 1, 2, 3 etc.
    Can anyone help?
    Will Wyllie
    Black Country Runner
    Specialists in Running
    www.blackcountryrunner.co.uk

    #2
    Hi!
    I think this was discussed here. HTH!
    Anna
    ===================
    VISUAL FORMAT
    Web design & development
    www.visual-format.net
    ===================

    Comment


      #3

      Thanks Anna
      I have read through the correspondance but it was never resolved
      Can any body help us both??????
      Will Wyllie
      Black Country Runner
      Specialists in Running
      www.blackcountryrunner.co.uk

      Comment


        #4
        Hi Will

        Check out my response to Aaron in the above thread.

        Ben
        Ben Popplestone
        Ecommerce website software

        Comment


          #5
          Hi Ben
          Thanks for that but it still doesnt allow me to put at the bottom of my page

          <Next> <Previous> 1,2,3,4 etc

          This is what I am after, so I can limit the amount of products I put on one page.

          Is there any way of doing this?

          Cheers

          Will
          Will Wyllie
          Black Country Runner
          Specialists in Running
          www.blackcountryrunner.co.uk

          Comment


            #6
            Hi Will

            This is covered by Chris in the other thread:
            You need to find a template called 'Act_Primary.html' within your 'Site1' folder and open it in Notepad.

            Then look for where it says NETQUOTEVAR:BULK.

            Just above it, place the following code:



            code:--------------------------------------------------------------------------------
            <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>
            --------------------------------------------------------------------------------


            This shoulp place next/previous links just above where your products and sections appear.
            Ben
            Ben Popplestone
            Ecommerce website software

            Comment


              #7
              Hi Ben,

              Sorry to be such a pain
              I have inserted this but nothing happens!!!
              Do I insert the code to the left of the NETQUOTEVAR:BULK
              as there is another command to the left of NETQUOTEVAR:BULK called </a> NETQUOTEVAR:HIDDENFIELDS.
              Do I place it on the line above?
              Please help
              still very

              Regards,

              Will.
              Will Wyllie
              Black Country Runner
              Specialists in Running
              www.blackcountryrunner.co.uk

              Comment


                #8
                Hi Will

                The code goes directly before NETQUOTEVAR:BULK (or directly after it, if you want the links at the bottom of the page). You may want to substitute 'NETQUOTEVAR:PREV_SECTION_NAME' for 'Previous Page' and 'NETQUOTEVAR:NEXT_SECTION_NAME' for 'Next Page'.

                If it still doesn't work, please post the URL.

                Ben
                Ben Popplestone
                Ecommerce website software

                Comment

                Working...
                X