简体   繁体   English

Magento产品,迁移

[英]Magento product, migration

I am working on migration activity may old store to Magento enterprise. 我正在从事可能将旧商店迁移到Magento企业的活动。 I would like to know best way for Order migration migration. 我想知道订单迁移迁移的最佳方法。 Below are my approach for migration. 以下是我的迁移方法。

  1. Product : I am using magmi mass importer which very fast then Magento default import. 产品:我使用的是magmi mass importer,该速度非常快,然后是Magento默认导入。

  2. Customer : I have 50,000 Customer to import. 客户:我有50,000个客户要导入。 I have a create Custom php script for it. 我有一个创建自定义php脚本。 Is there any other way to make it fast? 还有其他方法可以使它更快吗?

  3. Order : I have 1L orders to import Which is taking to much time by custom script for order create. 订单:我要导入1L订单,而自定义脚本要花费大量时间进行订单创建。 Is there any other way for migrate order fast ? 还有其他方法可以快速迁移订单吗?

Problem's that most of the stores have a custom database structure, so that's really problem to find general tools to migrate between custom store -> Magento. 问题是大多数商店都具有自定义数据库结构,因此找到在自定义商店-> Magento之间迁移的通用工具确实是一个问题。

IMHO, based on my experience, best way to migrate is to create shell scripts - won't take a time for parsing html by browser and using simplest php function to fetch data from old store database. 恕我直言,根据我的经验,最好的迁移方法是创建shell脚本-无需花时间通过浏览器解析html并使用最简单的php函数从旧存储数据库中获取数据。

Magento have also a complex database structure (EAV) so if you want to avoid any lacks of the data, you need use Magento models. Magento还具有复杂的数据库结构(EAV),因此,如果要避免任何数据缺失,则需要使用Magento模型。

Best. 最好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM