On the category page where products are displayed using xslt. How can I limit the products per page e.g. I want to display 6 products per page and then display page numbers, clicking on the page number display next products.
Each product in the XML structure produced has an index attributed associated with it. Based on which page you're on you can filter the list for products not part of that particular list, e.g. for page one you'd display products with index 1 through 6, page two index 7 through 13, and so forth.
paging on products diplay
Soren
On the category page where products are displayed using xslt. How can I limit the products per page e.g. I want to display 6 products per page and then display page numbers, clicking on the page number display next products.
Any idea to do this within category[XSLT].xslt?
Regards
Nauman
Each product in the XML structure produced has an index attributed associated with it. Based on which page you're on you can filter the list for products not part of that particular list, e.g. for page one you'd display products with index 1 through 6, page two index 7 through 13, and so forth.
is working on a reply...