<%= f.label :total_price %>
<%= f.number_field :total_price, step: :any, class: 'form-control' %> <%= f.submit "Order!", class: "btn btn-primary", type: "button" %>