<%- product.title %>
<% if (Array.isArray(product.attributes)) { %>
<% _.forEach(product.attributes, function(attribute, index) { %>- <%- attribute.name %>: <%- attribute.value %>
<% }); %>
<% } %><% if (product.price_label) { %>
<%- (product.price_label.toString()) %>
<% } else { %><% if (product.in_stock == 1) { %>
<% if (product.sale_price) { %><%- (product.price.toString().formatNumber().convertToLocalNumber() + currency_sign) %><%- (product.sale_price.toString().formatNumber().convertToLocalNumber() + currency_sign) %><% } else { %><%- (product.price.toString().formatNumber().convertToLocalNumber() + currency_sign) %><% } %>
<% } else { %>
اتمام موجودی
<% } %><% } %>
<% if (product.ribbon) { %>
<%- product.ribbon %>
<% } %><% if (product.sale_amount) { %><% if (product.in_stock==1) { %>
<% if (product.sale_type==2) { %> <%- ((product.sale_amount).toString().formatNumber().convertToLocalNumber() + currency_sign) %><% } else { %> <%- (product.sale_amount.toString().formatNumber().convertToLocalNumber()) %> درصد <% } %>
<% } %><% } %>