You can create different profiles to export productdata into csv or xml format. Every attribute that is used in magento can be added to the output. Experts have the possibility to use TWIG as a template engine for manipulating data.
composer require flagbit/mep
- Export product data to CSV or XML format
- Create different profiles for different stores, languages or countries
- Inheritance of attributes to parents or children of a product
- Shipping mapping, to simulate the checkout and the shipping costs
- Attribute mapping, to change the output for a attribute
- Google mapping, to map your name of a category to the name goole like
- Magento default filter options, to only output the needed products
- TWIG template engine, you can do all the crazy stuff TWIG can
- FTP-configuration, to upload directly after creation
- Seperate shell script, we do not want to block magento cron
- MEP can use forks if they are supported by your hoster (faster generation)
- Export preview in the backend of the first 20 products
Magento MEP - Menu
Magento MEP - Profile Overview
Magento MEP - General Settings
Magento MEP - Data-Format Settings
Magento MEP - Filter Settings
Magento MEP - Attribute Overview
Magento MEP - Attribute Settings
Magento MEP - TWIG Template
Magento MEP - Export Preview
The source code is available, so feel free to jump in and contribute!