fudgemonday/magento2-prestashop-migration-tools

Migration Tool from prestashop to Magento 2

dev-master 2020-03-13 07:49 UTC

This package is auto-updated.

Last update: 2025-06-13 20:04:25 UTC


README

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

Installation for Magento 2

You can get library through composer

composer require fudgemonday/magento2-prestashop-migration-tools
php bin/magento setup:upgrade

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 stores_view --dir /var/www/pub/media/flow/input/
 php bin/magento mimlab:flow:import catalog_categories --dir /var/www/pub/media/flow/input/
 php bin/magento mimlab:flow:import catalog_products --dir /var/www/pub/media/flow/input/
 php bin/magento mimlab:flow:import customer --dir /var/www/pub/media/flow/input/
 php bin/magento mimlab:flow:import order --dir /var/www/pub/media/flow/input/

License

MIT