i have migrated my store from m1 to m2. but there is an issue with price in configurable product.
in magento 1, it display price of main product as a default price in frontend .
but after migration in magento 2 , it display the lowest price among of its associate simple product.
and i want it to same as a magento 1 .
thank you.
3 answers
Hi there,
in magento 1, it display price of main product as a default price in frontend .
but after migration in magento 2 , it display the lowest price among of its associate simple product.
and i want it to same as a magento 1 .
Please note that Magento 2 has a different pricing rule for Configurable products. There is no price setting for the main product in a configurable product, prices shown in the frontend are calculated based on associated products instead.
You can learn more about the Configurable products via this post.
Regards,
Mall.
I am having the same issue. On M1 we have thousands of products that have a “base” price on a configurable product. After the migration, the M2 prices are completely wrong because they are without the base price.
I understand M2 handles it differently, and moving forward new products created will have to follow M2s rules, but in terms of a migration, how can we keep pricing continuity? If the tool doesn’t support a way then it’s actually missing a huge part of Magento price migration requirements.