daniele dexter Posted June 20, 2022 Share Posted June 20, 2022 (edited) 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 November 11, 2022 by daniele dexter (see edit history) Link to comment Share on other sites More sharing options...
Knowband Plugins Posted June 20, 2022 Share Posted June 20, 2022 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]; Link to comment Share on other sites More sharing options...
daniele dexter Posted June 21, 2022 Author Share Posted June 21, 2022 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now