commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. uuid: 6909971d-b780-4af3-967c-ae547d9e7926
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - commerce_payment
  7. - commerce_promotion
  8. - commerce_stripe
  9. - email_registration
  10. - materio_commerce
  11. id: materio_checkout_flow
  12. label: 'materio checkout flow'
  13. plugin: multistep_default
  14. configuration:
  15. display_checkout_progress: true
  16. display_checkout_progress_breadcrumb_links: true
  17. panes:
  18. contact_information:
  19. double_entry: false
  20. step: order_information
  21. weight: 0
  22. allow_guest_checkout: true
  23. allow_registration: false
  24. payment_information:
  25. step: order_information
  26. weight: 1
  27. materio_commerce_agree_terms:
  28. path:
  29. route_name: materio_commerce.terms_viewer
  30. route_parameters: { }
  31. link_text: 'Terms and Conditions'
  32. prefix_text: 'I agree with the %terms'
  33. invalid_text: 'You must agree with the %terms before continuing'
  34. new_window: '1'
  35. step: order_information
  36. weight: 2
  37. nid: '1'
  38. materio_commerce_agree_nominative:
  39. path: /pricing/multijoueur
  40. 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."
  41. link_text: Multi-Joueurs
  42. invalid_text: 'You must agree with the nominative terms before continuing'
  43. step: order_information
  44. weight: 3
  45. prefix_text: 'I agree with the %terms'
  46. new_window: '1'
  47. nid: '1'
  48. review:
  49. step: review
  50. weight: 4
  51. stripe_review:
  52. button_id: edit-actions-next
  53. setup_future_usage: off_session
  54. step: review
  55. weight: 5
  56. payment_process:
  57. capture: true
  58. step: payment
  59. weight: 6
  60. completion_message:
  61. message:
  62. value: "<p class=\"welcom\">[current-user:customer:address:given_name]&nbsp;[current-user:customer:address:family_name] thank you and welcome&nbsp;to <strong>[site:name]</strong>!</p>\r\n\r\n<p>Once your order is confirmed, you have access to more than 10,000 inspiring and innovative material sheets!</p>\r\n"
  63. format: wysiwyg
  64. step: complete
  65. weight: 7
  66. order_summary:
  67. view: commerce_checkout_order_summary
  68. step: _sidebar
  69. weight: 8
  70. coupon_redemption:
  71. allow_multiple: false
  72. step: _sidebar
  73. weight: 9
  74. email_registration_login:
  75. allow_guest_checkout: true
  76. allow_registration: false
  77. step: _disabled
  78. weight: 10
  79. email_registration_completion_registration:
  80. step: _disabled
  81. weight: 11
  82. completion_register:
  83. step: _disabled
  84. weight: 12
  85. login:
  86. allow_guest_checkout: true
  87. allow_registration: false
  88. step: _disabled
  89. weight: 13