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 1f29bf2 commit 6c96a3eCopy full SHA for 6c96a3e
app/code/Magento/ConfigurableProduct/view/frontend/web/js/configurable.js
@@ -362,7 +362,6 @@ define([
362
i,
363
j,
364
basePrice = parseFloat(this.options.spConfig.prices.basePrice.amount),
365
- optionPriceLabel,
366
optionFinalPrice,
367
optionPriceDiff,
368
optionPrices = this.options.spConfig.optionPrices;
@@ -379,7 +378,6 @@ define([
379
378
if (options) {
380
for (i = 0; i < options.length; i++) {
381
allowedProducts = [];
382
- optionPriceLabel = '';
383
optionPriceDiff = 0;
384
385
/* eslint-disable max-depth */
0 commit comments