Select multiple pages of orders to export

Hi, I am trying to export all previous one year orders.
But only one page or maximum 250 order can select and export once a time.
Means if we have 3300 orders in last year, I can select and export that date.
Provide any solution as soon as possible.

If there is no solution by cs-cart, it means cs-cart has very few users, Also that can not found solution in last 20 years. It means cs-cart is struglling and we will be next as cs-cart users.
Hope found the solution. So i can motivate myself with cs-cart.

There are two possible solutions

  • export all orders, sort by date and leave only required data

  • make a search (last year orders) and add &items_per_page=5000 to the URL

1 Like

Request you please check magento 2 order panel.

This is open source Magento 2, I was using.

this will find 3300 order from 1st jan 23 to 31 dec 23 change the 3300 to any number if your server can handle it…you may need to do 1000 per time or 500

yoursite.whatever/youradmin.php?is_search=Y&cname=&email=&phone=&total_from=&total_to=&issuer=&period=C&time_from=01%2F01%2F2023&time_to=31%2F12%2F2023&tax_exempt=&order_id=&company=&credit_memo_id=&invoice_id=&p_ids=&product_view_id=0&rf_delivery_number=&rf_shipment_statuses=&rf_coupon_code=&rf_promotion=&cid=&category_name=Choose+category&rf_city=&rf_country=&state=&hint_new_view=Name&dispatch=orders.manage&security_hash=4b22cac6186df1123dabf15e176612b8&items_per_page=3300

Sorry to inform but his will stuck the browser.
But when i was using in magento it works fine without any issues.

that depends on your server specs, can you try 1000 per time