Sha256: 3c818b363cd87c1fdcc3aa392fe0998ed9ab3ec0541e0b2a44ade9a53e747c4e

Contents?: true

Size: 754 Bytes

Versions: 1

Compression:

Stored size: 754 Bytes

Contents

<% content_for :head do %>
  <%= javascript_include_tag states_path %>
<% end %>
<div id="checkout" data-hook>
  <h1><%= t(:checkout) %></h1>
  <%= checkout_progress %>
  <br clear="left" />
  <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @order } %>
  <% if @order.state != 'confirm' %>
    <div id="checkout-summary" data-hook="checkout_summary_box">
      <%= render :partial => 'summary', :locals => { :order => @order } %>
    </div>
  <% end %>
  <%= form_for @order, :url => update_checkout_path(@order.state), :html => { :id => "checkout_form_#{@order.state}" } do |form| %>
    <%= render @order.state, :form => form %>
    <%= submit_tag nil, :id => 'post-final', :style => 'display:none;' %>
  <% end %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_core-1.0.0.rc2 app/views/spree/checkout/edit.html.erb