Page Pagination
In ShopSite Pro you can enter the maximum numbers of products that you want ShopSite to display on a page. If you assign more than this number of products to this page, ShopSite will automatically generate additional pages as needed. Each page will have navigation links to let customers move between the pages. The code to add this feature into a custom page template would look similar to:
Advanced: the PrevNext tag automatically adds <center> tags around the pagination links. If you do not want these <center> tags then you can add 'NoCenter' in the PrevNext link to generate pagination links without the <center> tags ([-- PrevNext NoCenter --]).

