12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- 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: false
- allow_registration: true
- step: login
- weight: 10
- review:
- step: review
- weight: 10
- completion_message:
- step: complete
- weight: 10
- completion_register:
- step: complete
- weight: 10
- order_summary:
- view: ''
- step: _sidebar
- weight: 10
- contact_information:
- double_entry: false
- step: order_information
- weight: 10
- payment_process:
- capture: true
- step: payment
- weight: 10
- payment_information:
- step: order_information
- weight: 10
- coupon_redemption:
- allow_multiple: false
- step: _sidebar
- weight: 10
- email_registration_login:
- allow_guest_checkout: true
- allow_registration: false
- step: _disabled
- weight: 10
|