display more than 20 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
zanzor
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Fri Aug 05, 2011 4:44 pm

display more than 20 products

Post by zanzor » Fri Aug 26, 2011 4:02 pm

I am using the CategoryListPage.ascx

and it will only display 20 items at a time.

Is there a way to increase the number of products that it will show on the screen at one time?

Thanks for the help...
Tim

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: display more than 20 products

Post by jmestep » Sat Aug 27, 2011 8:08 am

You can change it in the ConLib/CategoryList.ascx.cs
private int _PageSize = 20; This is what it has now.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

zanzor
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Fri Aug 05, 2011 4:44 pm

Re: display more than 20 products

Post by zanzor » Mon Aug 29, 2011 5:29 pm

Sweet! thanks a ton works great!, still planning on using yall soon for the project...

Post Reply