59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
uuid: 6909971d-b780-4af3-967c-ae547d9e7926
|
|
langcode: en
|
|
status: true
|
|
dependencies:
|
|
module:
|
|
- commerce_payment
|
|
- commerce_promotion
|
|
- email_registration
|
|
id: materio_checkout_flow
|
|
label: 'materio checkout flow'
|
|
plugin: multistep_default
|
|
configuration:
|
|
display_checkout_progress: true
|
|
panes:
|
|
login:
|
|
allow_guest_checkout: true
|
|
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: commerce_checkout_order_summary
|
|
step: _sidebar
|
|
weight: 8
|
|
coupon_redemption:
|
|
allow_multiple: false
|
|
step: _sidebar
|
|
weight: 9
|
|
email_registration_completion_registration:
|
|
step: _disabled
|
|
weight: 10
|