<% p = @product v = @variant %> <%= render :partial => 'caboose/products/admin_header' %>

General Options

<% if p.option1 && p.option1.strip.length > 0 %>
<% end %> <% if p.option2 && p.option2.strip.length > 0 %>
<% end %> <% if p.option3 && p.option3.strip.length > 0 %>
<% end %>

Inventory

Dimensions

Sale

Flat Rate Shipping

Downloadable Options

Bundling

Delete Variant

<%= render :partial => 'caboose/products/admin_footer' %> <% content_for :caboose_js do %> <%= javascript_include_tag "caboose/model/all" %> <%= javascript_include_tag "caboose/admin_products" %> <%= javascript_include_tag "caboose/variant_children_controller" %> <% end %>