mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +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
319 B
Plaintext
11 lines
319 B
Plaintext
%div.flex
|
|
%div.columns.three.text-center.checkout-tab.selected
|
|
%span
|
|
= t("split_checkout.your_details")
|
|
%div.columns.three.text-center.checkout-tab
|
|
%span
|
|
= t("split_checkout.payment_method")
|
|
%div.columns.three.text-center.checkout-tab
|
|
%span
|
|
= t("split_checkout.order_summary")
|