Page 1 of 1
Manage number of products shown on subcategory page
Posted: Thu Nov 10, 2016 6:05 pm
by fmw
The customer can choose how many products are shown on the category page. It defaults to 15 products and allows the customer to select 25, 50 or 100. I could do without the 15 and 25 but would be happy if it could just default to 50 products. I have several categories that exceed 100 but 50 covers enough of them to be practical. Does anybody know how to do this?
Re: Manage number of products shown on subcategory page
Posted: Fri Nov 11, 2016 1:09 am
by cyclops12
Depends on what version you are using
Re: Manage number of products shown on subcategory page
Posted: Fri Nov 11, 2016 3:35 pm
by fmw
Sorry, the current version 2.3
Re: Manage number of products shown on subcategory page
Posted: Fri Nov 11, 2016 3:41 pm
by cyclops12
Ok to set the default goto extensions/extensions and choose theme from the dropdown box. Edit your theme and you will see the setting in there.
The other options are in limit array in catalog/controller/product/category.php
Hope this helps
Re: Manage number of products shown on subcategory page
Posted: Sat Nov 12, 2016 7:17 am
by fmw
It sure does help. Thanks very much. For those who want to customize this the array referred to above is at line 311 of the PHP file.