mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-22 00:57:26 +00:00
- 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
11 lines
322 B
Plaintext
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
|