kovwal / module-exportproductstocsv
导出产品到CSV
1.0.3
2024-03-16 15:15 UTC
README
``kowal/module-exportproductstocsv``
主要功能
导出产品到CSV
安装
* = 在生产环境中请使用 --keep-generated 选项
类型1:ZIP文件
- 解压ZIP文件到
app/code/Kowal - 通过运行
php bin/magento module:enable Kowal_ExportProductsToCsv启用模块 - 通过运行
php bin/magento setup:upgrade应用数据库更新* - 通过运行
php bin/magento cache:flush清理缓存
类型2:Composer
- 使模块在Composer存储库中可用,例如
- 私有存储库
repo.magento.com - 公共存储库
packagist.org - 公共GitHub存储库作为vcs
- 私有存储库
- 通过运行
composer config repositories.repo.magento.com composer https://repo.magento.com/将Composer存储库添加到配置 - 通过运行
composer require kowal/module-exportproductstocsv安装模块composer - 通过运行
php bin/magento module:enable Kowal_ExportProductsToCsv启用模块 - 通过运行
php bin/magento setup:upgrade应用数据库更新* - 通过运行
php bin/magento cache:flush清理缓存
配置
- 属性(exporttocsv/settings/attributes)
规格
- 控制器
- adminhtml > kowal_exportproductstocsv/index/index