Can we explore the possibility of adding a feature in the future that allows us to select specific orders and download them as a CSV/XLS file, along with their details? I know we currently have the export option, but it’s located under a different section. Having this functionality directly within the Orders section would make things more seamless and user-friendly. Since we invest a lot of time here, it would also be helpful for gaining quick insights—like identifying how much the number of orders has increased or decreased over a period.
Thank you for the suggestion—it’s a valuable idea, and I’ve added it to our backlog for future consideration.
In the meantime, this functionality can also be implemented via a custom module. It would require adding a button to the admin toolbar, an API endpoint, and the corresponding business logic to read selected orders and export them to a CSV or XLS file. If needed, we’d be happy to provide guidance on how to get started with this customisation.
Create a new Virto Commerce Module.
Add dependency from Order.
Implement an API Controller to export.
Add a new toolbar button on order list blade.
This gives you a working base for adding order export functionality directly to the UI. Ping me if you need any assistance.