Skip to content

CleatSquad/magento2-prestashop-migration-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module for migrate Catalog - Customers - Orders from Prestashop 1.7 to Magento 2

GitHub GitHub release Total Downloads Magento2-prestashop-migration-tools  Stable Version

Installation for Magento 2

You can get library through composer

composer require cleatsquad/magento2-prestashop-migration-tools
php bin/magento setup:update

Done!

Usage

For using of this module you must use the sql query in fixtures folder for generate csvs.

Copy the csv in pub/media/flow/input

And execute the commande

 php bin/magento mimlab:flow:import catalog
 php bin/magento mimlab:flow:import customer
 php bin/magento mimlab:flow:import order

License

MIT