kovwal/module-exportproductstocsv

导出产品到CSV

安装: 9

依赖: 0

建议者: 0

安全: 0

星标: 0

分支: 0

类型:magento2-module

1.0.3 2024-03-16 15:15 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:37:26 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

属性