chammedinger / extendedexports
Extended Magento2 exports
Installs: 298
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
README
ExtendedExports is a Magento 2 extension that allows merchants to export custom order data to CSV with ease. Can be used as a basis for further development.
🚀 Features
- Export Magento orders with custom fields - Extend the code as needed
- Supports CSV format
- Easily extendable for custom export logic
📦 Installation
Install via Composer:
composer require chammedinger/extendedexports bin/magento module:enable CHammedinger_ExtendedExports bin/magento setup:upgrade bin/magento cache:flush