We had 3 stores in Magento 1.9.4. I migrated 2 of them to Magento 2.4.2-p1 using the Magento Migration tool, installed the Smartwave Porto theme and the Amasty extensions and now we have many many problems!
Here is what I would like to do:
and then:
How can this be done?
Hi @realbencut107b I guess it will very complicated if you are going the data migration without a data migration tool. Magento is also advised(https://devdocs.magento.com/guides/v2.4/migration/bk-migration-guide.html) to use the Data Migration Tool you should try your migration with the migration tool because there is a smooth process as below.
php bin/magento migrate:settings -r -a vendor/magento/data-migration-tool/etc/opensource-to-opensource/<m1_version>/config.xml
php bin/magento migrate:data -r -a vendor/magento/data-migration-tool/etc/opensource-to-opensource/<m1_version/config.xmlthe settings then run the below command.