File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Msrp/view/base/web/js Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -347,14 +347,14 @@ define([
347
347
$ ( this . options . displayPriceContainer ) . show ( ) ;
348
348
$ ( this . options . mapInfoLinks ) . show ( ) ;
349
349
350
- if ( useDefaultPrice || ! this . wasOpened ) {
350
+ if ( useDefaultPrice || ! this . wasOpened ) {
351
351
this . $popup . find ( this . options . msrpLabelId ) . html ( options . msrpPrice ) ;
352
352
this . $popup . find ( this . options . priceLabelId ) . html ( options . realPrice ) ;
353
353
$ ( this . options . displayPriceElement ) . html ( msrpPrice ) ;
354
354
this . wasOpened = true ;
355
355
}
356
356
357
- if ( ! useDefaultPrice ) {
357
+ if ( ! useDefaultPrice ) {
358
358
this . $popup . find ( this . options . msrpPriceElement ) . html ( msrpPrice ) ;
359
359
this . $popup . find ( this . options . priceElement ) . html ( finalPrice ) ;
360
360
$ ( this . options . displayPriceElement ) . html ( msrpPrice ) ;
You can’t perform that action at this time.
0 commit comments