Sha256: 1c5f9845f02d20e2d7c52b29c8572e23e114503b7ad31e6f85f0ea58c11d4be1

Contents?: true

Size: 418 Bytes

Versions: 72

Compression:

Stored size: 418 Bytes

Contents

<div class="coupon-code" data-hook='coupon_code'>
  <%= form_for order, url: update_checkout_path(order.state) do |form| %>
    <%= form.label :coupon_code %>
    <%= form.text_field :coupon_code, placeholder: true %>

    <button type="submit" class="button coupon-code-apply-button" id="coupon-code-apply-button">
      <%= t('spree.apply_code') %>
    </button>
  <% end %>

  <div id='coupon_status'></div>
</div>

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
solidus_frontend-3.0.0 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.11.9 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.11.8 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.11.7 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.11.6 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-3.0.0.rc2 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.11.5 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.11.4 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.11.3 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.11.2 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.11.1 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.10.3 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.11.0 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.10.2 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.9.6 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.8.6 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.10.1 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.9.5 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.10.0 app/views/spree/checkout/_coupon_code.html.erb
solidus_frontend-2.9.4 app/views/spree/checkout/_coupon_code.html.erb