定制 magequest/magento2-module-bundle-import-export-enhancements 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

Magento 2.4 Packagist Version MIT License

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 the bundle_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

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
  • 点击次数: 8
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-01-17