<% @body_id = 'cart' %>

<%= t("shopping_cart")%>

<% form_for(:order, :url => object_url, :html => { :method => :put, :id => 'updatecart' }) do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <% 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 -%>