%= f.field_container :description do %>
<%= f.label :description, t(:description) %>
<%= f.text_area :description, {:cols => 60, :rows => 4, :class => 'fullwidth'} %>
<% end %>
<%= f.field_container :image_code do %>
<%= f.label :image_code, t(:image_code) %>
<%= f.text_field :image_code %>
Hint: This could be a property of the product. This way you can 'tie' different bullets to the products based on the image code. For example in a category all the products with the same image code will have the same bullets. You have to create the image_code propery by your own. And use the right partial in the store (it is included in the extension)
<% end %> <%= f.field_container :line_number do %> <%= f.label :line_number, t(:line_number) %>