Page 1 of 1

Change Display to show all products?

Posted: Mon Feb 14, 2011 4:44 am
by TyMorris
Anyone out there know how to change the setting on the amount of images dispalyed in a category page? My page is currently set to display 24 per page and I want to increase it. Thanks in advance!

Re: Change Display to show all products?

Posted: Mon Feb 14, 2011 5:25 am
by mazhar
In your category display conlib's .CS file you need to change following values

Code: Select all

private int _Cols = 3;
private int _Rows = 5;

Re: Change Display to show all products?

Posted: Fri Apr 01, 2011 2:37 pm
by RichWendrock
AbleCommerce 7.0.6:
I changed the numbers to
private int _Cols = 3;
private int _Rows = 10;

But the page still displays only 5 rows... what am I missing?