Installation
Install the extension using the extension manager or composer:
composer req codingms/shop-export
Usage
- Simply create a Shop Export dataset.
- Select whether you want to export products (e.g., because you want to compare stock quantities) or orders.
- Optionally, limit the datasets with product categories or product tags.
- After saving the preset dataset, you can start the export at any time using the Export button.
- If you want to send the export automatically at regular intervals, you can configure this on the Scheduler tab.
Exporting
Create a scheduler Task of type "execute console command" and execute "shop:export".
Optionally you can set a preset ID for which to do the export. If this is empty, all data for all presets will be exported.
You can also use the TYPO3 command line interface:
vendor/bin/typo3 shop:export