The store will not work correctly in the case when cookies are disabled.
<%= item.product_name %>
SKU
<% if(item.product_sku_highlight){%>
<%= item.product_sku_highlight %>
<% }else{%>
<%= item.product_sku %>
<% }%>
<%- item.product_price %>
<%= item.product_tier_price %>
<% }); %>
<% }%>