代码之家  ›  专栏  ›  技术社区  ›  Sourabh

将代码从magento 1迁移到magento 2的最佳方法?

  •  0
  • Sourabh  · 技术社区  · 7 年前

    我正在尝试将magento 1网站迁移到magento 2。我能够迁移数据,但我想知道是否也可以迁移代码?

    1 回复  |  直到 5 年前
        1
  •  1
  •   Ganesh G Nath    7 年前

    我们在git hub中有一个迁移工具包

    该工具包涵盖了Magento代码的以下方面的迁移:

    **Module directory structure
    Layout XML files
    Config XML files
    PHP files**
    

    这将帮助您获得m1模块的总体框架。 For Tool Go To