Product Alternate IDs

Alternate IDs are used during import and export processes to associate products from other systems with the products in this system.

<% @rows.each do |row| %> <% end %>
Product ID Variant ID Alternate ID Title Option 1 Value 1 Option 2 Value 2 Option 3 Value 3
<%= row.product_id %> <%= row.variant_id %>
<%= row.title %> <%= row.option1 %> <%= row.option1_value %> <%= row.option2 %> <%= row.option2_value %> <%= row.option3 %> <%= row.option3_value %>

<% content_for :caboose_js do %> <%= javascript_include_tag 'caboose/model/all' %> <% end %>