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 d71050a commit 9c11369Copy full SHA for 9c11369
app/code/Magento/Catalog/view/base/templates/product/price/tier_prices.phtml
@@ -77,7 +77,7 @@ $product = $block->getSaleableItem();
77
$price['price_qty'],
78
$priceAmountBlock,
79
$index,
80
- $block->formatPercent($price['percentage_value'] ?? $tierPriceModel->getSavePercent($price['price']))
+ $block->formatPercent($tierPriceModel->getSavePercent($price['price']))
81
)
82
: __('Buy %1 for %2 each', $price['price_qty'], $priceAmountBlock);
83
?>
0 commit comments