Jump to content

Show more that 100 orders on Back office


Recommended Posts

  • 1 year later...
  • 4 months later...
On 3/7/2024 at 8:11 PM, ps8modules.com said:

Hi.

./src/PrestaShopBundle/Controller/Admin/CommonController.php

OLD:

$limitChoices = $request->attributes->get('limit_choices', [10, 20, 50, 100]);

NEW:

$limitChoices = $request->attributes->get('limit_choices', [10, 20, 50, 100, 300, 500, 1000]);

 

Thank for this solution

Link to comment
Share on other sites

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...