%= render partial: 'form_errors', locals: { what: @order } %>
Select a price option, quantity and shipping option.
The next step will summarize the total cost of the order and allow you to review before confirming.
<%= form_for(@order, :html => { class: 'form-horizontal' } ) do |f| %><%= @order.product.title%>
<%= sprintf("%g", @order.product.stock) %> <%= @order.product.unitdesc %>