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 24
24
%>
25
25
26
26
<% 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>';
31
31
%>
32
32
<li class="item">
33
33
<%= '<?= $ block ->escapeHtml (__ ('Buy %1 for %2 each and ' , '%1 ' , '%2 ' )) ?> '
You can’t perform that action at this time.
0 commit comments