<% content_for :caboose_css do %> <% end %> <% p = @product v = @variant %> <%= render :partial => 'caboose_store/products/admin_header' %>

Edit visible columns

<% if @cols['option1' ] && p.option1 %><% end %> <% if @cols['option2' ] && p.option2 %><% end %> <% if @cols['option3' ] && p.option3 %><% end %> <% if @cols['status' ] == true %><% end %> <% if @cols['alternate_id' ] == true %><% end %> <% if @cols['barcode' ] == true %><% end %> <% if @cols['price' ] == true %><% end %> <% if @cols['quantity_in_stock' ] == true %><% end %> <% if @cols['weight' ] == true %><% end %> <% if @cols['length' ] == true %><% end %> <% if @cols['width' ] == true %><% end %> <% if @cols['height' ] == true %><% end %> <% if @cols['cylinder' ] == true %><% end %> <% if @cols['requires_shipping' ] == true %><% end %> <% if @cols['allow_backorder' ] == true %><% end %> <% if @cols['taxable' ] == true %><% end %> <% Caboose.log p.variants.where(:status => ['Active', 'Inactive']).first %> <% p.variants.where(:status => ['Active', 'Inactive']).each do |v| %> <% if @cols['option1' ] && p.option1 %><% end %> <% if @cols['option2' ] && p.option2 %><% end %> <% if @cols['option3' ] && p.option3 %><% end %> <% if @cols['status' ] == true %><% end %> <% if @cols['alternate_id' ] == true %><% end %> <% if @cols['barcode' ] == true %><% end %> <% if @cols['price' ] == true %><% end %> <% if @cols['quantity_in_stock' ] == true %><% end %> <% if @cols['weight' ] == true %><% end %> <% if @cols['length' ] == true %><% end %> <% if @cols['width' ] == true %><% end %> <% if @cols['height' ] == true %><% end %> <% if @cols['cylinder' ] == true %><% end %> <% if @cols['requires_shipping' ] == true %><% end %> <% if @cols['allow_backorder' ] == true %><% end %> <% if @cols['taxable' ] == true %><% end %> <% end %>
<%= p.option1 %><%= p.option2 %><%= p.option3 %>Status Alternate ID Barcode Price Quantity Weight Length Width Height Cylinder Requires Shipping Allow Backorder Taxable    
Edit Delete

<%= render :partial => 'caboose_store/products/admin_footer' %> <% content_for :caboose_js do %> <% end %>