Sha256: 9a4c7202d247f866d960ea9c244f5ee0bd36864685e27999772e030a84326281

Contents?: true

Size: 634 Bytes

Versions: 50

Compression:

Stored size: 634 Bytes

Contents

<div class="panel panel-default" id="order_details" data-hook>
  <div class="panel-heading">
    <h3 class="panel-title"><%= Spree.t(:confirm) %></h3>
  </div>
  <div class="panel-body">
    <%= render partial: 'spree/shared/order_details', locals: { order: @order } %>
  </div>
</div>

<div class="well text-right form-buttons" data-hook="buttons">
  <% if @order.using_store_credit? %>
    <%= button_tag Spree.t('store_credit.remove'), name: 'remove_store_credit', class: 'continue btn' %>
  <% end %>
  <%= submit_tag Spree.t(:place_order), class: 'btn btn-lg btn-success' %>
  <script>Spree.disableSaveOnClick();</script>
</div>

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
spree_frontend-3.7.14.1 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.14 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.13 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.12 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.11 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.4.6 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.10 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.9 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.8 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.7 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.6 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.5 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.4 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.3 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.2 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.1 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.0 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.0.rc3 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.0.rc2 app/views/spree/checkout/_confirm.html.erb
spree_frontend-3.7.0.rc1 app/views/spree/checkout/_confirm.html.erb