commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. step: review
  54. weight: 5
  55. payment_process:
  56. capture: true
  57. step: payment
  58. weight: 6
  59. completion_message:
  60. message:
  61. 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"
  62. format: wysiwyg
  63. step: complete
  64. weight: 7
  65. order_summary:
  66. view: commerce_checkout_order_summary
  67. step: _sidebar
  68. weight: 8
  69. coupon_redemption:
  70. allow_multiple: false
  71. step: _sidebar
  72. weight: 9
  73. email_registration_login:
  74. allow_guest_checkout: true
  75. allow_registration: false
  76. step: _disabled
  77. weight: 10
  78. email_registration_completion_registration:
  79. step: _disabled
  80. weight: 11
  81. completion_register:
  82. step: _disabled
  83. weight: 12
  84. login:
  85. allow_guest_checkout: true
  86. allow_registration: false
  87. step: _disabled
  88. weight: 13