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 c601181 commit 32278f8Copy full SHA for 32278f8
app/code/Magento/ConfigurableProduct/view/frontend/web/js/configurable.js
@@ -451,8 +451,8 @@ define([
451
allowedProductMinPrice = this._getAllowedProductWithMinPrice(allowedProducts);
452
optionFinalPrice = parseFloat(optionPrices[allowedProductMinPrice].finalPrice.amount);
453
optionPriceDiff = optionFinalPrice - finalPrice;
454
-
455
options[i].label = options[i].label_initial;
+
456
if (optionPriceDiff !== 0) {
457
options[i].label += ' ' + priceUtils.formatPrice(
458
optionPriceDiff,
0 commit comments