<% if (product.image) { %> <%- product.name %> <% } %>
<%- priceUtils.formatPrice(product.final_price) %>
<%- product.name %>
<%- qtyText %> <%- qty %>
<% if (typeof volume_discount != 'undefined') { %>
<%= volume_discount %>
<% } %>