承接 ziaur1/vmlimport 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ziaur1/vmlimport

最新稳定版本:2.1.1

Composer 安装命令:

composer require ziaur1/vmlimport

包简介

Customer Data Import Via Csv and Json Using command line

README 文档

README

  1. Installation: 1.1 Method One:

    - Code is in a Zip file format named Vml.zip
    - Unzip the zip file in magento_solution_directory/app/code folder 
    - Run the following commands to install the module 
       - php bin/magento setup:di:compile && php bin/magento setup:upgrade
    - Flush the cache by running 
       - php bin/magento cache:flush
    - Place the JSON and CSV files at following path 
       - magento_solution_directory/var/import/ 
    

1.2. Method Two:

  - Please execute the following two commands in order to set Composer to accept dev releases
    - composer config minimum-stability dev
    - composer config prefer-stable true
  - For the installation of the module, please run
    - composer require ziaur1/vmlimport (It will install the module under directory magento_solution_director/vendor)
  - Once installed, please run
    - php bin/magento setup:di:compile && php bin/magento setup:uphgrade && php bin/magento module:enable Vml_Import
  - Flush the cache by running following command
    - php bin/magento cache:flush 
  1. Usage
  • Please run the following commands to import data from given sample files
  • For JSON Profile
    • php bin/magento customer:import sample-json var/import/sample.json
  • For CSV Profile -php bin/magento customer:import sample-csv var/import/sample.csv

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2024-02-26