<%= render "shared/error_messages", :target => @user %>

<%= t("registration")%>

<%= render :file => 'user_sessions/new' %>
<% if Spree::Config[:allow_guest_checkout] %>
<%= render "shared/error_messages", :target => @order %>

<%= t(:guest_user_account) %>

<%= form_for @order, :url => update_checkout_registration_path, :html => { :method => :put, :id => "checkout_form_registration"} do |f| %>

<%= f.label :email, t("email") %>
<%= f.text_field :email, :class => 'title' %>

<%= submit_tag t("continue"), :class => 'button primary' %>

<% end %>
<% end %>