Sha256: 742df6686021be73e3ededd5a6f130f7bd620d57d0a3011b3593e8feca030ce4

Contents?: true

Size: 673 Bytes

Versions: 15

Compression:

Stored size: 673 Bytes

Contents

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

<div class="card text-right form-buttons mt-4" data-hook="buttons">
  <div class="card-body">
    <% 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>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
spree_frontend-4.0.9 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.8 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.7.1 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.7 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.6 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.5 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.4 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.3 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.2 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.1 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.0 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.0.rc3 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.0.rc2 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.0.rc1 app/views/spree/checkout/_confirm.html.erb
spree_frontend-4.0.0.beta app/views/spree/checkout/_confirm.html.erb