Diffrent number of products in category page

Hello !



I need to show diffrent numbers of products per page category

.

For example:

yourdomain.com show – (20 products / page)

yourdomain.com show – (40 products / page)

yourdomain.com show – (35 products / page)



etc



It is possible ?



Thanks.

It’s software, anything is possible!!! :slight_smile:



You will probably have to create a controller such as:

addons/my_changes/controllers/customer/categories.pre.tpl



In this controller, you would identify if the current category being viewed is in the set of category id’s of the “non standard” number of items to show and then set the $_REQUEST[‘limit’] value to the number of products you want to display.