Heres a link, with an example of my problem... Below is the code I'm using for pagination in our custom product page template.
http://www.americannutrition.com/store/ ... hione.html
- Code: Select all
[-- IF PAGE.ProductsPerPage 0 --]
# do nothing
[-- ELSE --]
[-- IF PAGE.NumProducts 0 --]
#do not output the Page Name
[-- ELSE --]
#there are products, so output the page name
<h2 style="text-align:center">Pages:</h2>
[-- END_IF --]
<p style="text-align:center">[-- PrevNext --]</p>
[-- END_IF --]