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.
2 parents c59e602 + 74396e1 commit 587447fCopy full SHA for 587447f
app/code/Magento/ConfigurableProduct/view/base/templates/product/price/tier_price.phtml
@@ -15,9 +15,9 @@
15
+ '</span>'
16
+ '</span>'; %>
17
<li class="item">
18
- <%= $t('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
- <%= $t('save') %><span class="percent tier-<%= key %>"> <%= item.percentage %></span>%
+ <?= $block->escapeHtml(__('save')) ?><span class="percent tier-<%= key %>"> <%= item.percentage %></span>%
21
</strong>
22
</li>
23
<% }); %>
0 commit comments