Jump to content

[Solved]Items per page on product list


daniele dexter

Recommended Posts

Hello everybody, I would like to extend the number of visible items on the catalog product list.

Currently 20,50,100,300 formats are available.

My idea would be to add a view of 500 elements or higher, because I have a module that prints only the selected elements and having 12000 products making 300 at a time is too little.

Thank you

Daniele

Edited by daniele dexter (see edit history)
Link to comment
Share on other sites

14 hours ago, Knowband Plugins said:

Kindly add the 500 to the following path : /src/Adapter/Product/AdminProductDataProvider.php , getPaginationLimitChoices()

replace

 $paginationLimitChoices = [20, 50, 100];

with

 $paginationLimitChoices = [20, 50, 100,500];

 

 

Thanks for the help, great!

Link to comment
Share on other sites

  • daniele dexter changed the title to [Solved]Items per page on product list

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...