Sha256: 2b3e9723d9881743d1ec5970c3d1b26507cbaed9b211d1b04cf93c775866ce21
Contents?: true
Size: 538 Bytes
Versions: 1
Compression:
Stored size: 538 Bytes
Contents
<%- if @present_recurring %> <fieldset id='recurring_orders'> <h2> <%= "Thanks #{@order.ship_address.firstname}!" %> </h2> <h2>Would you like to make this process even easier next time?</h2> <p>Sign up for a recurring order and we will get in touch so you don't have to worry about your groceries anymore.</p> <%= form_for @recurring_order do |f| %> <%= f.hidden_field :original_order_id, value: @order.id %> <%= f.submit "Send me hassle-free groceries" %> <% end %> </fieldset> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_recurring_order-2.1.3 | app/views/spree/orders/_recurring_order_form.html.erb |