Skip to content

Commit 55298c8

Browse files
MC-10973: Simple product with MAP assigned to configurable should displays the same way as products with special price
- Fix static test.
1 parent ce690a2 commit 55298c8

File tree

1 file changed

+4
-4
lines changed
  • app/code/Magento/Msrp/view/base/web/js

1 file changed

+4
-4
lines changed

app/code/Magento/Msrp/view/base/web/js/msrp.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,10 @@ define([
348348
$(this.options.mapInfoLinks).show();
349349

350350
if (useDefaultPrice || !this.wasOpened) {
351-
this.$popup.find(this.options.msrpLabelId).html(options.msrpPrice);
352-
this.$popup.find(this.options.priceLabelId).html(options.realPrice);
353-
$(this.options.displayPriceElement).html(msrpPrice);
354-
this.wasOpened = true;
351+
this.$popup.find(this.options.msrpLabelId).html(options.msrpPrice);
352+
this.$popup.find(this.options.priceLabelId).html(options.realPrice);
353+
$(this.options.displayPriceElement).html(msrpPrice);
354+
this.wasOpened = true;
355355
}
356356

357357
if (!useDefaultPrice) {

0 commit comments

Comments
 (0)