qgrisard/magento2-prestashop-migration-tools

从PrestaShop迁移到Magento 2的迁移工具

安装: 7

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 7

类型:magento2-module

1.0.0 2018-08-30 15:58 UTC

This package is auto-updated.

Last update: 2024-09-12 09:09:02 UTC


README

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

Magento 2的安装

您可以通过 composer 获取库。

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

完成!

用法

为了使用此模块,您必须使用在fixtures文件夹中的sql查询来生成csv文件。

将csv文件复制到pub/media/flow/input

然后执行命令

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

许可证

MIT