The MyVat Orders Exporter plugin allows you to easily export EU orders from Magento 2. This tool is designed to help you generate a CSV file that can be imported into MyVat's MyVAT Import OSS Sales sheet.
- Export EU orders to CSV format.
- Filter orders by month and year.
- Optionally filter orders by specific EU countries (all EU countries are selected by default).
- Log into the Magento 2 backend.
- Navigate to System > Data Transfer > MyVat Orders Exporter.
- Select the preferred month and year. Optionally, you can select specific countries, but by default, all EU countries are selected.
- Click Export Orders. The CSV file will be automatically downloaded.
The recommended way to install the MyVat Orders Exporter plugin is through Composer. Run the following command in your Magento 2 root directory:
composer require git-seb/myvat-ordersexporter
After installing the plugin, run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Clear the cache:
php bin/magento cache:clean
php bin/magento cache:flush
- Download the plugin package.
- Extract the package and upload the contents to the
app/code/MyVat/OrdersExporter
directory of your Magento 2 installation. - Run the following commands in your Magento 2 root directory:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Clear the cache:
php bin/magento cache:clean
php bin/magento cache:flush
This plugin is provided as-is without any support. Improvements are always welcome.