rahulpatidar0908/magento2-module-vml-customerimport

通过CLI源创建客户资料

1.0.5 2024-04-20 06:13 UTC

This package is not auto-updated.

Last update: 2024-09-21 15:40:43 UTC


README

客户导入模块用于通过CLI导入客户并批量创建客户资料。

PHP & Composer版本

Magento版本 2.4.7 php 8.3 composer 2.0

安装

官方安装方法是通过composer及其packagist包 rahulpatidar0908/magento2-module-vml-customerimport

$ composer require rahulpatidar0908/magento2-module-vml-customerimport
$ php bin/magento module:enable VML_CustomerImport
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy -f

Setup & Configuration
=====================
By default, the temporary directory will be inside vendor directory and will have write permissions from `post_install` composer script.

After successfull installation of module run below commands to import the customers:
====================
$ php bin/magento customer:import CustomerImport-csv CustomerImport.csv
$ php bin/magento customer:import CustomerImport-json CustomerImport.json