12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- uuid: 6909971d-b780-4af3-967c-ae547d9e7926
- langcode: en
- status: true
- dependencies:
- module:
- - commerce_payment
- - commerce_promotion
- - commerce_stripe
- - email_registration
- - materio_commerce
- id: materio_checkout_flow
- label: 'materio checkout flow'
- plugin: multistep_default
- configuration:
- display_checkout_progress: true
- display_checkout_progress_breadcrumb_links: true
- panes:
- contact_information:
- double_entry: false
- step: order_information
- weight: 0
- allow_guest_checkout: true
- allow_registration: false
- payment_information:
- step: order_information
- weight: 1
- materio_commerce_agree_terms:
- path:
- route_name: materio_commerce.terms_viewer
- route_parameters: { }
- link_text: 'Terms and Conditions'
- prefix_text: 'I agree with the %terms'
- invalid_text: 'You must agree with the %terms before continuing'
- new_window: '1'
- step: order_information
- weight: 2
- nid: '1'
- materio_commerce_agree_nominative:
- path: /pricing/multijoueur
- text: "I have taken note that the membership of materialO 'is exclusively nominative. \r\nThe use of an account by more than one person is not allowed.\r\nI can fill the %multi form for multi user order."
- link_text: Multi-Joueur
- invalid_text: 'You must agree with the nominative terms before continuing'
- step: order_information
- weight: 3
- prefix_text: 'I agree with the %terms'
- new_window: '1'
- nid: '1'
- review:
- step: review
- weight: 4
- stripe_review:
- button_id: edit-actions-next
- step: review
- weight: 5
- payment_process:
- capture: true
- step: payment
- weight: 6
- completion_message:
- message:
- value: "<p class=\"welcom\">[current-user:customer:address:given_name] [current-user:customer:address:family_name] thank you and welcome to <strong>[site:name]</strong>!</p>\r\n<p>Once your order is confirmed, you have access to <a href=\"/base\">more than 10,000 inspiring and innovative material sheets!</a></p>"
- format: wysiwyg
- 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_login:
- allow_guest_checkout: true
- allow_registration: false
- step: _disabled
- weight: 10
- email_registration_completion_registration:
- step: _disabled
- weight: 11
- completion_register:
- step: _disabled
- weight: 12
- login:
- allow_guest_checkout: true
- allow_registration: false
- step: _disabled
- weight: 13
|