Commit 3f616ad
Ashoka de Wit
Convert MSRP currency of configurable product options
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.1 parent f3df323 commit 3f616ad
File tree
1 file changed
+1
-1
lines changed- app/code/Magento/ConfigurableProduct/Block/Product/View/Type
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments