Product Registration <% if !user_signed_in? || current_user.email == "admin@example.com" %> User Info First Name Last Name Company Country <% @country.each do |country|%> <% unless country.ISO_3166_2.nil? %> <%= country.desc + " - " + country.ISO_3166_2 %> <% end %> <% end %> Address Address Line 2 City State/Province Select a country... N/A <% @us_states.each do |state| %> <%= state.name + " - " + state.iso31662 %> <% end %> <% @can_states.each do |state| %> <%= state.name + " - " + state.iso31662 %> <% end %> <% @aus_states.each do |state| %> <%= state.name + " - " + state.iso31662 %> <% end %> Zip/Postal Code Phone E-mail E-mail Confirmation <% end %> <% if user_signed_in? %> Register New Product - <%= current_user.email %> <% else %> Product Info <% end %> Sawgrass Ink Reseller <% @reseller.each do |reseller|%> <%= reseller.company %> <% end %> Product <% if @selected_product != nil %> <%= @selected_product.ProductName %> <% else %> <% end %> <% @product.each do |product|%> <%= product.ProductName %> <% end %> Product ID <% if params[:refcode].nil? %> <% else %> > <% end %> Serial Number Firmware Version Reason for Registering New Registration New Printer Replace Computer Additional Computer Reinstall Software Other