Download the PHP package magequest/magento2-module-bundle-import-export-enhancements without Composer
On this page you can find all versions of the php package magequest/magento2-module-bundle-import-export-enhancements. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download magequest/magento2-module-bundle-import-export-enhancements
More information about magequest/magento2-module-bundle-import-export-enhancements
Files in magequest/magento2-module-bundle-import-export-enhancements
Package magento2-module-bundle-import-export-enhancements
Short Description A Magento 2 module that improves the bundle product import export functionality.
License MIT
Informations about the package magento2-module-bundle-import-export-enhancements
MageQuest_BundleImportExportEnhancements
Bundle import/export, but better.
Overview
A Magento 2 module that improves the bundle product import export functionality.
Features
Remove/Update Bundle Option Data
- Allows removal of bundle options via import using the 'Empty attribute value constant' (
__EMPTY__VALUE__
) in thebundle_values
column - Supports both removing and recreating (essentially updating) bundle options in the same import file
Why?
Because, without this functionality, updating bundle option data is only additive, i.e. option data is added on top of the existing data. This means option names can't be updated (it will create new additional options) and removing products from an option is not possible. Having to do this manually per product in the admin panel is not acceptable when working with large datasets.
Also, it makes sense. Using the 'Empty attribute value constant' (__EMPTY__VALUE__
) in almost any other import field (CSV column) removes that data against the specified product when imported. The bundle_values
column now has feature parity.
Installation
Compatibility
Magento Open Source / Adobe Commerce 2.4.x
Contributing
Issues and pull requests welcomed.
All versions of magento2-module-bundle-import-export-enhancements with dependencies
magento/module-catalog-import-export Version ^101.1