changing the amout of products displayed on page

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Chris Hadden
Commander (CMDR)
Commander (CMDR)
Posts: 182
Joined: Tue Jan 27, 2009 2:29 pm

changing the amout of products displayed on page

Post by Chris Hadden » Thu Nov 03, 2011 8:48 pm

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.

User avatar
david-ebt
Captain (CAPT)
Captain (CAPT)
Posts: 253
Joined: Fri Dec 31, 2010 10:12 am

Re: changing the amout of products displayed on page

Post by david-ebt » Fri Nov 04, 2011 1:17 pm

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.
David
http://www.ecombuildertoday.com
Enhanced Reporting for AbleCommerce
Image

Chris Hadden
Commander (CMDR)
Commander (CMDR)
Posts: 182
Joined: Tue Jan 27, 2009 2:29 pm

Re: changing the amout of products displayed on page

Post by Chris Hadden » Fri Nov 11, 2011 3:26 pm

Yes that works thanks Dave

Post Reply