Pagination Woes, I need help

General ShopSite user discussion

Pagination Woes, I need help

Postby drose » Fri Aug 24, 2007 3:05 pm

I am trying to get my pages to paginate in a custom template that I created from an existing one in Shopsite 8.3.

I cannot get pagination to show up. I have set the <b>products per page</b> to different numbers, and this is functioning. I have 63 products for this page but only the selected number show up for the first page and there is no links to the additional pages.

I think I am missing code in my custom template that I might have accidently eliminated.

The page is here:

http://69.94.24.87/store/mens_jewelry_home.php

Any suggestions?

Thanks,

DR
[/i][/b]
www.jewelrycrossings.com
www.d2m.com
twitter.com/jewelrycrossing
drose
 
Posts: 12
Joined: Sat Aug 04, 2007 8:31 pm

Postby Jim » Fri Aug 24, 2007 3:25 pm

Have you added the tag [-- PREVNEXT --] to the page template?

Here is some code that does this that I took from the tabbed template

Code: Select all
[-- IF PAGE.ProductsPerPage "0" --]
# do nothing
[-- ELSE --]
  <tr>
    <td align="center">
      <div class="footer">[-- PREVNEXT --]</div>
    </td>
  </tr>
[-- END_IF --]


This is within another table so if you want it by itself you would need to add table tags around it.
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Postby drose » Tue Sep 11, 2007 12:19 pm

Thanks, I got it to work!
www.jewelrycrossings.com
www.d2m.com
twitter.com/jewelrycrossing
drose
 
Posts: 12
Joined: Sat Aug 04, 2007 8:31 pm


Return to User Forum

Who is online

Users browsing this forum: No registered users and 108 guests