File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/ConfigurableProduct/view/base/templates/product/price Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 %>
2525
2626 <% var priceStr = '<span class="price-container price-tier_price">'
27- + '<span data-price-amount="' + priceUtils.formatPrice(item. price, currencyFormat) + '"'
28- + ' data-price-type=""' + ' class="price-wrapper price-including-tax">'
29- + '<span class="price">' + price + '</span>'
30- + '</span>' + itemInclExclPrice + '</span>';
27+ + '<span data-price-amount="' + price + '"'
28+ + ' data-price-type=""' + ' class="price-wrapper price-including-tax">'
29+ + '<span class="price">' + price + '</span>'
30+ + '</span>' + itemInclExclPrice + '</span>';
3131 %>
3232 <li class="item">
3333 <%= '<?= $ block ->escapeHtml (__ ('Buy %1 for %2 each and ' , '%1 ' , '%2 ' )) ?> '
You can’t perform that action at this time.
0 commit comments