I am wondering that how to change the number of records per page on order listing page?
I have searched the forum also tried to google it but i cannot found any solution.
On the order listing page right now I usually apply different filters (eg: show only unfulfilled orders) and when the orders are more then 50, i have to go to the next page and apply actions over again, so is there is ANY possible way where i can change these from 50 to 100 or max 250 per page?
Please describe if this can be done by editing the admin template files? I assume we can modify the admin theme template files?
I wanted to do the same thing once and ended up checking up the Order API in Shopify’s documentation to find an answer. It turns out you can actually use any of the parameters if you want, it works exactly like a query.
You can have up to 250 orders in a page and it can be achieved by adding ‘&limit=250’ at the end of your link (the ‘&’ is only to be added if you’re using other filters too, check examples below), for example:
We also want to increase the limit of orders per page from 50 to atlesat 100 or 250 can you please explain how we can do that…?
we are unable to understand below process.
You can have up to 250 orders in a page and it can be achieved by adding ‘&limit=250’ at the end of your link (the ‘&’ is only to be added if you’re using other filters too, check examples below), for example: