I am currently using [-- prevNext --] in order to generate multiple pages on
my shopsite site, which at the moment just creates the two pages for all my
products. However i also want to have an option to display all the products
on one page, instead of two, something looking like.....
Page 1 | 2 | all
can you please help me adapt the code to do this?
[-- prevNext --] but can i view all?
Re: [-- prevNext --] but can i view all?
I don't think that this would be possible. When ShopSite generates
pages it creates an html page for each of the links (i.e. 1,2,3 etc)
These are static pages not generated on the fly. Since a page is
generated for each group of product there is no page generated
containing all the products.
Jim
Oliver wrote:
pages it creates an html page for each of the links (i.e. 1,2,3 etc)
These are static pages not generated on the fly. Since a page is
generated for each group of product there is no page generated
containing all the products.
Jim
Oliver wrote:
I am currently using [-- prevNext --] in order to generate multiple pages on
my shopsite site, which at the moment just creates the two pages for all my
products. However i also want to have an option to display all the products
on one page, instead of two, something looking like.....
Page 1 | 2 | all
can you please help me adapt the code to do this?