refactored checkout flow on button click from pricing page, started to redsign the checkout page

This commit is contained in:
2021-01-06 12:23:27 +01:00
parent ff03643ec7
commit d9ccca3a5e
11 changed files with 204 additions and 110 deletions

View File

@@ -17,36 +17,42 @@ configuration:
allow_registration: true
step: login
weight: 0
email_registration_login:
allow_guest_checkout: true
allow_registration: true
step: login
weight: 1
contact_information:
double_entry: false
step: order_information
weight: 2
payment_information:
step: order_information
weight: 3
review:
step: review
weight: 4
payment_process:
capture: true
step: payment
weight: 5
completion_message:
message:
value: "Your order number is [commerce_order:order_number].\r\nYou can view your order on your account page when logged in."
format: plain_text
step: complete
weight: 6
completion_register:
step: complete
weight: 7
order_summary:
view: ''
view: commerce_checkout_order_summary
step: _sidebar
weight: 8
contact_information:
double_entry: false
step: order_information
weight: 2
payment_process:
capture: true
step: payment
weight: 5
payment_information:
step: order_information
weight: 3
coupon_redemption:
allow_multiple: false
step: _sidebar
weight: 9
email_registration_login:
allow_guest_checkout: true
allow_registration: true
step: login
weight: 1
email_registration_completion_registration:
step: _disabled
weight: 10