Page 1 of 1

PAGE.ProductsPerPage

PostPosted: Sun Mar 07, 2004 11:29 am
by Stuart Lanning
How should this tag be inserted into templates?

Re: PAGE.ProductsPerPage

PostPosted: Mon Mar 08, 2004 10:08 am
by Jim
Stuart Lanning wrote:

How should this tag be inserted into templates?

It would generally be used like this [-- IF PAGE.ProductsPerPage "0" --]

to see if the Pagination feature is turned on for the page being
generated.


You can see how it is used by looking at any of the following ShopSite
templates.
Rounded
sg_page_template
Sidebar
tab_page_template

Jim