magequest/magento2-module-bundle-import-export-enhancements
最新稳定版本:1.0.1
Composer 安装命令:
composer require magequest/magento2-module-bundle-import-export-enhancements
包简介
A Magento 2 module that improves the bundle product import export functionality.
README 文档
README
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_valuescolumn - 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
composer require magequest/magento2-module-bundle-import-export-enhancements
bin/magento module:enable MageQuest_BundleImportExportEnhancements
bin/magento setup:upgrade
Compatibility
Magento Open Source / Adobe Commerce 2.4.x
Contributing
Issues and pull requests welcomed.
统计信息
- 总下载量: 2.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-17