Display produt per page in version 4.2

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
hi there
im using version 4.2
some of my categories have in exccess of 30 products and i would like all the products to be diaplyed on the one category page. currently products are displayed sometimes on 2 or 3 pages !

How do i select the category settings and change it to increase the amount of products displayed to customers?


Thanks!
4 years ago
You can specify page siges per category. Go to category edit page and set Page size or Page Size options (comma separated) (when Allow customers to select page size is checked).
4 years ago
hi there
Thanks for the reply.
the problem is i have thousands of categories ! is there a setting in admin that can change it enmasse?
4 years ago
Hi,
You can run this command in database directly:
update category set PageSize = 100,  PageSizeOptions = '100, 200, 300'

After successfully running this just go to nop admin panel and clear the cache it will update the page size overall.
4 years ago
Thank you that worked perfectly!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.