idmkr/module-importwoocommerceusers

Import user from csv woocommerce

Installs: 31

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 0

Type:magento2-module

dev-master 2019-09-11 15:53 UTC

This package is auto-updated.

Last update: 2024-05-12 02:15:35 UTC


README

Import woocommerce users into Magento 2 The powerfull feature of this module is that it will import users without changing their password. Already registered users from wordpress or woocommerce will be able to use their old password without having to change it. If using woocommerce, address information will be imported as well.

I used it for a magento 2.3 and a wordpress 5.2.2 import. It hould work for other versions, feel free to adapt

How to install :

Copy code into app/code/Idmkr/ImportWoocommerceUsers/ folder of your magento.

$ bin/magento module:enable Idmkr_ImportWoocommerceUsers
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
$ bin/magento c:c && bin/magento c:f

How to configure :

Be sure that the database of your wordpress is accessible from your magento (over a port 3306 for example)

  • Login into your magento admin
  • Go to : Stores > Configuration > Idmkr > woocommerce_import
  • Configure Database connection

How to use

Notice that both users and their address will be imported

$ bin/magento idmkr_importwoocommerceusers:importwoocommerceusers