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. label: 'materio checkout flow'
  12. id: 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. step: order_information
  20. weight: 0
  21. double_entry: false
  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. step: order_information
  29. weight: 2
  30. path:
  31. route_name: materio_commerce.terms_viewer
  32. route_parameters: { }
  33. link_text: 'Terms and Conditions'
  34. prefix_text: 'I agree with the %terms'
  35. invalid_text: 'You must agree with the %terms before continuing'
  36. new_window: '1'
  37. nid: '1'
  38. materio_commerce_agree_nominative:
  39. step: order_information
  40. weight: 3
  41. path: /pricing/multijoueur
  42. 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."
  43. link_text: Multi-Joueurs
  44. invalid_text: 'You must agree with the nominative terms before continuing'
  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. step: review
  53. weight: 5
  54. button_id: edit-actions-next
  55. setup_future_usage: off_session
  56. payment_process:
  57. step: payment
  58. weight: 6
  59. capture: true
  60. completion_message:
  61. step: complete
  62. weight: 7
  63. message:
  64. 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"
  65. format: wysiwyg
  66. order_summary:
  67. step: _sidebar
  68. weight: 8
  69. view: commerce_checkout_order_summary
  70. coupon_redemption:
  71. step: _sidebar
  72. weight: 9
  73. allow_multiple: false
  74. email_registration_login:
  75. step: _disabled
  76. weight: 10
  77. allow_guest_checkout: true
  78. allow_registration: false
  79. email_registration_completion_registration:
  80. step: _disabled
  81. weight: 11
  82. completion_register:
  83. step: _disabled
  84. weight: 12
  85. login:
  86. step: _disabled
  87. weight: 13
  88. allow_guest_checkout: true
  89. allow_registration: false