| Producto | Stock inicial | Precio de venta |
|---|---|---|
|
<%= product.name %> SKU: <%= product.sku %> <% if product.display_attributes.present? %> <%= product.display_attributes %> <% end %> <%= product.description if product.description.present? %> |
$
<%= number_field_tag "price_sale", product.price_sale, class: 'form-control input-small', id: "price_" + product.id.to_s, min: 0.01 %>
|