aberrantcode/customer-import

此magento 2模块支持从csv和json文件导入客户

v1.1.2 2024-08-05 05:02 UTC

This package is auto-updated.

Last update: 2024-09-05 05:26:09 UTC


README

composer require aberrantcode/customer-import
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

重要:为了客户导入,请将CSV和JSON文件保存在pub/media文件夹内。要从CSV和JSON分别导入,用户需要执行以下操作之一

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

注意:由于我的笔记本电脑不支持magento2开发,我在云服务器上完成了所有任务。不幸的是,这意味着我无法执行“Config file allure/allure.config.php doesn't exist.”等问题的phpcodesniffer测试和一些单元测试。magento版本:“2.4.6-p3” php版本:8.1.26