Order Export streamlines order data management by exporting order details into a structured CSV file every time a new order is placed.
Key Features:
Automatic CSV Export: Upon order creation, the system automatically triggers a background process that queues and exports order data into a CSV file.
Customizable Export Path: Define a specific directory for your exported files, with a default path set to var/data/importexport/order_export/
.
Toggle Export Functionality: The back-office administrator can easily enable or disable order export under System > Configuration > Orders > Order Export.
Structured Data Format: Each order line item is exported as an individual row. Columns are clearly labeled with header prefixes like ORDER_
for order-level data and OLI_
for line item-level data.
Before installing this extension, please be aware of the following conditions that apply to its use.
- Please check Oro Documentation for extension installation and management instructions.
- This extension is provided “AS-IS” and without warranty of any kind, and it is not covered by the Oro User licenses agreement.
- Users of this extension can modify it and use modified code following OSL-3.0. licence.
- Before using this extension in a production environment, ensure it’s validated on any development environment.
Oro Team extensions maintenance and modifications are possible in scope of a dedicated agreement. Contact an Oro Representative for more information.