We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce690a2 commit 55298c8Copy full SHA for 55298c8
app/code/Magento/Msrp/view/base/web/js/msrp.js
@@ -348,10 +348,10 @@ define([
348
$(this.options.mapInfoLinks).show();
349
350
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;
+ this.$popup.find(this.options.msrpLabelId).html(options.msrpPrice);
+ this.$popup.find(this.options.priceLabelId).html(options.realPrice);
+ $(this.options.displayPriceElement).html(msrpPrice);
+ this.wasOpened = true;
355
}
356
357
if (!useDefaultPrice) {
0 commit comments