@@ -173,15 +173,15 @@ define(["jquery", "jquery/ui"], function ($) {
173
173
moreButton : 'swatch-more' ,
174
174
loader : 'swatch-option-loading'
175
175
} ,
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
185
185
} ,
186
186
187
187
/**
0 commit comments