wundermanthompson / module-import
此包的最新版本(dev-master)没有可用的许可信息。
magento2中的客户导入
dev-master
2021-05-29 12:15 UTC
This package is auto-updated.
Last update: 2024-09-29 06:02:21 UTC
README
WundermanThompson_Import模块用于导入具有基本数据的客户。
安装
在magento根目录下,执行
php bin/magento module:enable WundermanThompson_Import php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento c:f
使用
Cli命令为,bin/magento customer:import sample-csv sample.csv bin/magento customer:import sample-json sample.json
样本文件需要放置在var/import/目录中。