magento / magento/data-migration-tool

Mismatch MRSP constant

Open
#88 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

acknowledged bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.