4

Is there any helpful links or guide to migrating Magento 1.9.2 modules/extensions to the new version (i.e. 2.x)?

Any automated solution or instructions set would be helpful.

Would be helpful to make compatibility with Magento 2.0.

Rafael Corrêa Gomes
  • 13,309
  • 14
  • 84
  • 171
Adeel Ishfaq
  • 650
  • 1
  • 6
  • 17

3 Answers3

2

You can check this, There is the official code migration tool which can help the developers to migrate their extensions and design themes: https://github.com/magento/code-migration. I haven't tried yet... but this should help you to start.

Rafael Corrêa Gomes
  • 13,309
  • 14
  • 84
  • 171
Dev
  • 1,144
  • 2
  • 10
  • 26
1

Custom code used by your Magento 1 store is compatible with Magento 2 in most cases. The code will require either rewriting or migrating.

Magento offers code migration tools that can help with this process. Note that due to platform differences, the migration output requires additional work to make sure it can be successfully installed in a Magento 2 store.

Learn more about the Code Migration Toolkit.

Optional

Unirgy convertm1m2

Rafael Corrêa Gomes
  • 13,309
  • 14
  • 84
  • 171
  • hi @Rafael, I want to migrate only all data, is any free modules are available? Using cli with default migration tool, i migrated all data successfully, looking for free module to migrate with user interface. – Jafar Pinjar Apr 15 '19 at 07:40
  • Hi @jafarpinjar, Uber themes company has a great free module for it using a GUI. – Rafael Corrêa Gomes Apr 16 '19 at 20:53
  • I have checked ubertheme module, it doesn't work for 2.3.1, is any other modules available? – Jafar Pinjar Apr 17 '19 at 06:43
0

Compared to Magento 1, Magento 2 can bring about better design, functionality, and user experience; that's the reason why most of Magento store owners are planning for their upgrade now. In the Magento migration process, we will have to migrate theme, code, data, and extensions. In this post, I will give you some facts and useful advice to migrate extensions from Magento 1 to 2.