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

1.1.2 2025-07-14 14:30 UTC

This package is auto-updated.

Last update: 2025-07-14 14:31:21 UTC


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