Shop / Product <%= product.id %>
Visuals | Friends |
Product id: <%= product.id %>
Product: <%= product.name %>
Category: <%= product.category %>
Description:
<%= product.description %>
Technical description:
<%= product.t_description %>
Price: <%= product.coins %>Visuals
Quantity: value="<%= product.basket_quantity %>" <% } else { %> value="1" <% } %> name="quantity"> <%= product.quantity %> avaliable
Description: Use this field to specify your size/s or color preference(M,L,XL,38,42,green,blue..)
<% if (product.quantity>0) {%> Add to basket <% } %>
Photos:
<% _.each(product.images, function(image){ %> <% }); %>