magento / magento/data-migration-tool
Mismatch MRSP constant
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 339
- Forks
- 195
- PR merge metrics
- No merged PRs in 30d
Description
I have no problem during the migration but using the migrated data I found a problem with the attribute msrp_display_actual_price_type of the product.
In the Magento 1 core the option for "Use config" has value 4 (Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type_Price::TYPE_USE_CONFIG) while the same option in Magento 2 has value 0 (\Magento\Msrp\Model\Product\Attribute\Source\Type\Price::TYPE_USE_CONFIG).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the Magento 1 and Magento 2 definitions of msrp_display_actual_price_type, especially TYPE_USE_CONFIG, and trace how the migration handles this attribute. Done means migrated data retains the intended “Use config” behavior despite the differing constant values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- databases, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100