<% @body_id = 'cart' %>

<%= t("shopping_cart")%>

<% form_for(@order, :url => object_url, :html => { :method => :put, :id => 'updatecart' }) do |order_form| %> <%= render :partial => 'form', :locals => {:order_form => order_form} %> <% unless @order.line_items.empty? -%>

<%= "#{t("subtotal")}: #{order_price(@order)}" %>

<% end -%>

<%=link_to t("continue_shopping"), products_path, :class => 'button continue' %>

<% unless @order.line_items.empty? -%> <% end -%> <% end -%>