Skip to content

Commit 9c11369

Browse files
committed
#26583 tier pricing save percent showing logic updated
1 parent d71050a commit 9c11369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/base/templates/product/price/tier_prices.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $product = $block->getSaleableItem();
7777
$price['price_qty'],
7878
$priceAmountBlock,
7979
$index,
80-
$block->formatPercent($price['percentage_value'] ?? $tierPriceModel->getSavePercent($price['price']))
80+
$block->formatPercent($tierPriceModel->getSavePercent($price['price']))
8181
)
8282
: __('Buy %1 for %2 each', $price['price_qty'], $priceAmountBlock);
8383
?>

0 commit comments

Comments
 (0)