Skip to content

Commit 33bbdfd

Browse files
committed
Merge branch 'MAGETWO-42712' of github.corp.ebay.com:magento-troll/magento2ce into develop
2 parents 357e3a1 + e4d12a3 commit 33bbdfd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/code/Magento/Swatches/view/frontend/web/js/SwatchRenderer.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,15 @@ define(["jquery", "jquery/ui"], function ($) {
173173
moreButton: 'swatch-more',
174174
loader: 'swatch-option-loading'
175175
},
176-
jsonConfig: {}, // option's json config
177-
jsonSwatchConfig: {}, // swatch's json config
178-
selectorProduct: '.product-info-main', // selector of parental block of prices and swatches (need to know where to seek for price block)
179-
selectorProductPrice: '.price', // selector of price wrapper (need to know where set price)
180-
numberToShow: false, // number of controls to show (false or zero = show all)
181-
onlySwatches: false, // show only swatch controls
182-
enableControlLabel: true, // enable label for control
183-
moreButtonText: 'More', // text for more button
184-
mediaCallback: '' // Callback url for media
176+
jsonConfig: {}, // option's json config
177+
jsonSwatchConfig: {}, // swatch's json config
178+
selectorProduct: '.product-info-main', // selector of parental block of prices and swatches (need to know where to seek for price block)
179+
selectorProductPrice: '.price-final-price .price', // selector of price wrapper (need to know where set price)
180+
numberToShow: false, // number of controls to show (false or zero = show all)
181+
onlySwatches: false, // show only swatch controls
182+
enableControlLabel: true, // enable label for control
183+
moreButtonText: 'More', // text for more button
184+
mediaCallback: '' // Callback url for media
185185
},
186186

187187
/**

0 commit comments

Comments
 (0)