Close

Display products per page - Grid format for Nop ArtFactory

nonam
7 years ago
#13131 Quote
Avatar
  • 57
Hello Nop-Templates,

I need help to understand how the setting is set for the grid view of products per page in the Nop ArtFactory template. I am using Nop 3.80.

When I go to a specific category on my website, I have the option to see a number of products per page. Because, the template has 3 columns, the options should use a multiple of 3, not 4 as set. If you select 8 products per page and you have 9 products total, you end up with 2 full rows and one with 2 products, forcing the last product on the second page. That's not right. Where can we fix this other than having to do code changing on our side?

Thanks!

SDobrev
7 years ago
#13132 Quote
Avatar
  • Moderator
  • 283
Hi,

This is the expected behavior when you have set to display 8 items per page to have 8 items on the page.

To change the page size options please follow this step.

Edit each existing category:

- Go to Admin > Catalog > Categories > List
- Select a category you want to change page size
- Scroll down to this "Page Size options (comma separated):" field
- Place your desired value. For example 6, 3, 9 (default will be 6)

Change the setting for each newly created category:

- Go to Admin > Configuration > Settings > All Settings (Advanced)
- Find following setting "catalogsettings.defaultcategorypagesizeoptions"
- Change its value to your desired value. For example: 6, 3, 9.
- This setting value will affect all new categories created after that.
Best Regards,
Stoyan Dobrev
Nop-Templates.com
nonam
7 years ago
#13135 Quote
Avatar
  • 57
Thank you for your feedback! Problem resolved! Manon :)
nonam
7 years ago
#13233 Quote
Avatar
  • 57
Thank you, I have done that. But, where do I do it for the Vendor page?  I have not found it anywhere.

Thanks for your feedback!
SDobrev
7 years ago
#13234 Quote
Avatar
  • Moderator
  • 283
Hi,

Unfortunately, the Vendors List page does not support paging.
Best Regards,
Stoyan Dobrev
Nop-Templates.com
nonam
7 years ago
#13236 Quote
Avatar
  • 57
Hi, I may not have been clear. Once you are on the vendor list page and you click on a particular vendor, you get to the page of that vendor where all the products for that vendor are displayed. This is where I am trying to change that display and could not find where. http://www.cizodeco.com/manon-simard

Manon :)
SDobrev
7 years ago
#13237 Quote
Avatar
  • Moderator
  • 283
Hi,

You will have to manually edit the Vendors.
Go to Customers -> Vendors -> Vendor Edit -> Page Size options (comma separated).
Best Regards,
Stoyan Dobrev
Nop-Templates.com
nonam
7 years ago
#13239 Quote
Avatar
  • 57
Thank you very much!