changing the amout of products displayed on page
-
- Commander (CMDR)
- Posts: 182
- Joined: Tue Jan 27, 2009 2:29 pm
changing the amout of products displayed on page
Is there a way to change the quantity of products shown on a page as you click through the categories? It looks like now my top category is showing 15 products per page.......but there are 7 pages. It would be better if they were a lot more per page.
Re: changing the amout of products displayed on page
If you're using one of the CategoryGridPage controls, in the associated .cs file you'll see _Cols and _Rows. That determines how many products display. In the CategoryListPage control .cs file, there should be a value for _PageSize that you can change.
-
- Commander (CMDR)
- Posts: 182
- Joined: Tue Jan 27, 2009 2:29 pm
Re: changing the amout of products displayed on page
Yes that works thanks Dave