Hi,
The post company that I have hired has only the module for Magento 1.9 and PHP 7 version. My question is if there would be any way to convert this module to the version of Magento 2.2.6.
I attached the module in this link : https://we.tl/t-DrKrBwDscm
Thank you very much for your time.
Solved! Go to Solution.
Hello @javier_sanchez1,
There is no such a quick way to convert direct module m1 to m2.
but you have good knowledge into magento 1 and magento 2 then i think it is very easy to implement same functionality.
you need to create such respected files into magento2 and you need to develop module
Hope it will help you.
if works then mark as solution
Magento does have tool for migrating data from magento 1 system to magento 2 system.
But to migrate the code of module - you will required to developed that module in magento 2 from skretch - as there is no ready made tool/service available to directly convert your magento 1 module to magento 2.
So here i would suggest you to start developing your module's code on magento 2.
Hope it helps !
Hello @javier_sanchez1,
There is no such a quick way to convert direct module m1 to m2.
but you have good knowledge into magento 1 and magento 2 then i think it is very easy to implement same functionality.
you need to create such respected files into magento2 and you need to develop module
Hope it will help you.
if works then mark as solution
Magento does have tool for migrating data from magento 1 system to magento 2 system.
But to migrate the code of module - you will required to developed that module in magento 2 from skretch - as there is no ready made tool/service available to directly convert your magento 1 module to magento 2.
So here i would suggest you to start developing your module's code on magento 2.
Hope it helps !