How To Show More Than 100 Orders In Admin?

I want to show last 400 orders in admin in one page, how to do that? I need that because I have to export all products within last 400 orders.

&items_per_page=400 at end of URL :)

e.g

https://www.digitalsave.co.uk/rawr.php?dispatch=orders.manage&items_per_page=400

It works, thank you. But if I have a saved search like this http://candyparty.ro/myback.php?dispatch=orders.manage&view_id=69&and if I add &items_per_page=400 at the end (http://candyparty.ro/myback.php?dispatch=orders.manage&view_id=69&items_per_page=400) no longer works. Do you have any ideea?

I figure it out, it works nice! :)

How can we export more than 100 orders? I am trying to export 5000 orders but it gives error CSRF attack, anyone?

How can we export more than 100 orders? I am trying to export 5000 orders but it gives error CSRF attack, anyone?

Raise max_input_vars value in php.

1 Like

Please increase max_post_size as well

1 Like