I am having an issue with the pagination on the BB template. For some reason the pagination and hyperlinks were completely missing.
I used the custom tag from the template cookbook to get the words to show up. Any suggestions on how I modify the code so people can get to the second page of products?
Here is an example
https://www.pharmacy-nz.com/Foundation.html See at the bottom of the products it says.
"Page1 of 2FIRST PAGE"
I wonder if perhaps this is the wrong pagination code, that is meant to be used in meta tags or something.
New Pagination Tags
"
[-- IF PAGE.PaginatedPageNum NE 0 --]
Page[-- PAGE.PaginatedPageNum --] of [-- PAGE.PaginatedPageNumMax --]
[-- IF PAGE.PaginatedPageNum EQ PAGE.PaginatedPageNumMax --]
LAST PAGE
[-- ELSE_IF PAGE.PaginatedPageNum EQ 1 --]
FIRST PAGE
[-- END_IF --]
[-- END_IF --]"