aml/magento2-profileimport

使用 CSV 和 JSON 导入客户资料

dev-main 2024-07-23 16:14 UTC

This package is not auto-updated.

Last update: 2024-10-02 15:19:59 UTC


README

通过命令在 CSV 或 JSON 格式下导入客户

  • 解压 zip 文件到 app/code/Vml/CustomerImport
  • 通过运行 php bin/magento module:enable Vml_CustomerImport 启用模块

类型 2: Composer

  • 通过运行 composer require aml/magento2-profileimport 安装模块 composer
  • 通过运行 php bin/magento module:enable Vml_CustomerImport 启用模块
  • 运行 Magento 命令:
  • php bin/magento customer:import --help

  • 描述:通过 CSV & JSON 导入客户

  • 用法:customer:import

bin/magento customer:import sample-csv sample.csv
bin/magento customer:import sample-json sample.json