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 345393d commit 63bbc39Copy full SHA for 63bbc39
app/code/Magento/ConfigurableProduct/view/base/templates/product/price/tier_price.phtml
@@ -15,7 +15,7 @@
15
+ '</span>'
16
+ '</span>'; %>
17
<li class="item">
18
- <%= $t('<?= $block->escapeHtml(__('Buy %1 for %2 each and')) ?>').replace('%1', item.qty).replace('%2', priceStr) %>
+ <%= '<?= $block->escapeHtml(__('Buy %1 for %2 each and')) ?>'.replace('%1', item.qty).replace('%2', priceStr) %>
19
<strong class="benefit">
20
<?= $block->escapeHtml(__('save')) ?><span class="percent tier-<%= key %>"> <%= item.percentage %></span>%
21
</strong>
0 commit comments