Files
openfoodnetwork/app/views/split_checkout/_form.html.haml
Jean-Baptiste Bellet 49f026629c Add tabs for the new split checkout + first step: your details
- Add new split checkout for user with `split_checkout` feature
 - Add the first step: Your details
 - with 3 parts : Your details, Billing address and Delivery address
2021-07-26 15:47:36 +02:00

11 lines
322 B
Plaintext

- content_for :injection_data do
= inject_available_shipping_methods
= inject_available_payment_methods
= inject_saved_credit_cards
= form_with url: update_checkout_path, model: @order, method: :put do |f|
%div.checkout-step.medium-6
- if true ## test step
= render "split_checkout/your_details", f: f