Pedido rápido
-
<% if(!data){%>
- Sin resultados <% }else{%> <% _.each(data, function(item) { %>
-
<%= 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 %> <% }%>
<% }); %>
<% }%>
-
<% if(!data){%>
- Sin resultados <% }else{%> <% _.each(data, function(item) { %>
-
<%= item.name %>SKU <% if(item.product_sku_highlight){%> <%= item.product_sku_highlight %> <% }else{%> <%= item.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 %> <% }%>
<% }); %>
<% }%>