Buy extension
Table of Contents
A. Install extension
B. Export data from Magento 1.x
-
Login to your backend.
- Go to menu: MLX ~> Data Migration ~> Export Data
-
Choice data which you want export.
- Click button Export Data and waiting until success.
- All data export in path: [your_source_magento_1]/var/mlx/
C. Import data to Magento 2.x
- Copy all csv export from magento 1.x to path: [your_source_magento_2]/var/mlx/.
-
Login to your backend.
-
Go to menu: MLX ~> Data Migration ~> Import
- Perform
We split and group each step. You must do each step from top to bottom, but can skip import data which you don't want. Note: some data related, if you skip it then some data related can't import too. Eg: if skip import product ~> product review, product related can't import.
- Step 1: is important, you can't skip and must import first. Click button Step 1 and waiting until success.
-
Step 2: is important.
Product downloadable only: upload all file to path pub/media/import
- Click button Step 2.
- Select Products for Entity Type in new window.
- Select Add/Update for Import Behavior in new window.
- Select csv file(product.csv) for Select File to Import which you export from magento 1.x
- Click button Check Data in top right.
- Click button Import in Validation Results
-
Step 3: You can skip.
- Click button Step 3.
- Select Customer Main File for Entity Type in new window.
- Select Add/Update for Import Behavior in new window.
- Select csv file(customer.csv) for Select File to Import which you export from magento 1.x
- Click button Check Data in top right.
- Click button Import in Validation Results
-
Step 4: You can skip.
- Click button Step 4.
- Select Customer Address for Entity Type in new window.
- Select Add/Update for Import Behavior in new window.
- Select csv file(customer_address.csv) for Select File to Import which you export from magento 1.x
- Click button Check Data in top right.
- Click button Import in Validation Results
- Step 5: You can skip. Click button Step 5 and waiting until success.
- Step 6: You can skip. Click button Step 6 and waiting until success.
- Step 7: You can skip. Click button Step 7 and waiting until success.
- Step 8: You can skip. Click button Step 8 and waiting until success.
- Step 9: You can skip. Click button Step 9 and waiting until success.
- Step 10: You can skip. Click button Step 10 and waiting until success.
- Assign category for store
- Go to menu:Stores ~> Settings ~> All Stores
- Click a store in column Store.
- Choice category for Root Category field.
- Indexer: run command
php bin/magento indexer:reindex
- Clear cache: run command
php bin/magento cache:clean
- Finish and Check