Change Display to show all products?

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
TyMorris
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Fri Jun 05, 2009 5:49 am

Change Display to show all products?

Post by TyMorris » Mon Feb 14, 2011 4:44 am

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!

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Change Display to show all products?

Post by mazhar » Mon Feb 14, 2011 5:25 am

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;

User avatar
RichWendrock
Commander (CMDR)
Commander (CMDR)
Posts: 134
Joined: Sat Apr 05, 2008 12:55 am
Location: Austin Texas
Contact:

Re: Change Display to show all products?

Post by RichWendrock » Fri Apr 01, 2011 2:37 pm

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?
Regards,
Richard

http://www.TheHomePageStore.com

AbleCommerce
VERSION: 7.0.7.14588
MSSQL v2005
AC SCHEMA v2005
.NET CLR v2.0.50727.3634

Post Reply