定制 sharika/module-customer-import 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

sharika/module-customer-import

最新稳定版本:1.0.0

Composer 安装命令:

composer require sharika/module-customer-import

包简介

A Magento 2 module for importing customers from various data sources.

README 文档

README

This module allows you to import customer data from different Profiles (CSV, JSON, etc.) into your Magento store.

Installation

  1. Unzip the module's zip file into the app/code/ directory.

  2. Enable the module by running the following command: php bin/magento module:enable Sharika_CustomerImport

  3. Apply database updates: php bin/magento setup:upgrade

  4. Flush the cache: php bin/magento cache:flush

Usage and Commands

CLI Command - JSON Profile

  1. Place the sample.json file inside the var/import/ directory.

  2. Run the import command: php bin/magento customer:import json var/import/sample.json

CLI Command - CSV Profile

  1. Place the sample.csv file inside the var/import/ directory.

  2. Run the import command: php bin/magento customer:import csv var/import/sample.csv

After running the customer import script, you'll need to reindex the Customer Grid indexer: php bin/magento indexer:reindex customer_grid

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: proprietary
  • 更新时间: 2024-03-22