I have been searching how to export the Orders csv that is found in Orders Grid, I have not found anything regarded to that.
This is the only file I have found about exporting orders to csv.
/var/www/html/emall_dev/vendor/magento/module-reports/Test/Unit/Controller/Adminhtml/Report/Customer/ExportOrdersCsvTest.php
But it's a test file, I don't know what Test folder means. I need to create a cronjob to constantly export the order grid programmatically.
Thanks!
asked Dec 23, 2020 at 3:13
Oscar Vazquez
5739 silver badges46 bronze badges
-
try this magento.stackexchange.com/a/291211/82670Msquare– Msquare2020年12月23日 03:58:51 +00:00Commented Dec 23, 2020 at 3:58
1 Answer 1
I would suggest two options:
- Use any third-party paid or free extension to export order data https://www.mageplaza.com/review/order-export/
- Create custom module, add export order script/code based require field and set it in the cron.
Please let me know if you need any other help.
answered Dec 23, 2020 at 5:59
Nits
2,5341 gold badge11 silver badges21 bronze badges
default