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 1515 + '</span>'
1616 + '</span>'; %>
1717 <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>
2225 </li>
2326 <% }); %>
2427 </ul>
You can’t perform that action at this time.
0 commit comments