File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
app/code/Magento/ConfigurableProduct/view/base/templates/product/price Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 15
15
+ '</span>'
16
16
+ '</span>'; %>
17
17
<li class="item">
18
- <%= '<?= $ 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>
18
+ <%= '<?= $ block ->escapeHtml (__ ('Buy %1 for %2 each and ' , '%1 ' , '%2 ' )) ?> '
19
+ .replace('%1', item.qty)
20
+ .replace('%2', priceStr) %>
21
+ <strong class="benefit">
22
+ <?= $ block ->escapeHtml (__ ('save ' )) ?> <span
23
+ class="percent tier-<%= key %>"> <%= item.percentage %></span>%
24
+ </strong>
22
25
</li>
23
26
<% }); %>
24
27
</ul>
You can’t perform that action at this time.
0 commit comments