Page 1 of 1

changing the amout of products displayed on page

Posted: Thu Nov 03, 2011 8:48 pm
by Chris Hadden
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

Posted: Fri Nov 04, 2011 1:17 pm
by david-ebt
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.

Re: changing the amout of products displayed on page

Posted: Fri Nov 11, 2011 3:26 pm
by Chris Hadden
Yes that works thanks Dave