File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ConfigurableProduct/view/frontend/web/js
Swatches/view/base/web/js Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ define([
33
33
mediaGallerySelector : '[data-gallery-role=gallery-placeholder]' ,
34
34
mediaGalleryInitial : null ,
35
35
slyOldPriceSelector : '.sly-old-price' ,
36
- normalPriceLabelSelector : '.normal-price .price-label' ,
36
+ normalPriceLabelSelector : '.product-info-main . normal-price .price-label' ,
37
37
38
38
/**
39
39
* Defines the mechanism of how images of a gallery should be
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ define([
278
278
// tier prise selectors end
279
279
280
280
// A price label selector
281
- normalPriceLabelSelector : '.normal-price .price-label'
281
+ normalPriceLabelSelector : '.product-info-main . normal-price .price-label'
282
282
} ,
283
283
284
284
/**
You can’t perform that action at this time.
0 commit comments