<%= item.product_name %>
SKU
<% if(item.product_sku_highlight){%>
<%= item.product_sku_highlight %>
<% }else{%>
<%= item.product_sku %>
<% }%>
<% if(item.product_hide_price == '0'){%>
<%- item.product_price %>
<% if(item.product_price_exc_tax){%>
Excl. Tax: <%- item.product_price_exc_tax_html %>
<% }%> <% } else { %> <%- item.product_hide_html %> <% }%>