Closed
Description
This issue is automatically created based on existing pull request: #27446: Convert MSRP currency of configurable product options
Preconditions:
Magento 2.4-develop
The MSRP of configurable products is updated in Javascript when an option is chosen. Javascript uses an object with prices of the options. The prices in this object are converted to the chosen currency. MSRP prices however were not converted, leading to the price being displayed in a wrong currency.
Steps to reproduce:
- Enable MAP (Configuration > Sales > Sales > Minimum Advertised Price > Enable MAP).
- Enable multiple currencies (Configuration > General > Currency Setup > Allowed Currencies)
- Create a configurable product with options that have an MSRP
- Go to the frontend and choose a currency that is not the base currency
- View the product on the frontend a choose an option.
Expected result: ✔️ The MSRP is converted to the chosen currency
Actual result: ✖️ The MSRP is not converted but it is labeled as the chosen currency
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentA defect with this priority could have functionality issues which are not to expectations.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.
Type
Projects
Status
Done