commerce_checkout.commerce_checkout_flow.default.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. uuid: b4c46a5f-0eda-4b38-b7c7-b86efb50585e
  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. _core:
  12. default_config_hash: wwkDVBiXUqSzRifJbb71ajFBklJdNJ_DgS67IF-_qgY
  13. label: Default
  14. id: default
  15. plugin: multistep_default
  16. configuration:
  17. display_checkout_progress: true
  18. display_checkout_progress_breadcrumb_links: false
  19. panes:
  20. login:
  21. step: login
  22. weight: 0
  23. allow_guest_checkout: true
  24. allow_registration: false
  25. contact_information:
  26. step: order_information
  27. weight: 1
  28. double_entry: true
  29. review:
  30. step: review
  31. weight: 3
  32. completion_message:
  33. step: complete
  34. weight: 7
  35. message:
  36. value: "Your order number is [commerce_order:order_number].\r\nYou can view your order on your account page when logged in."
  37. format: plain_text
  38. order_summary:
  39. step: _sidebar
  40. weight: 9
  41. view: commerce_checkout_order_summary
  42. completion_register:
  43. step: complete
  44. weight: 8
  45. payment_information:
  46. step: order_information
  47. weight: 2
  48. payment_process:
  49. step: payment
  50. weight: 6
  51. capture: true
  52. coupon_redemption:
  53. step: _sidebar
  54. weight: 10
  55. allow_multiple: false
  56. stripe_review:
  57. step: review
  58. weight: 4
  59. button_id: edit-actions-next
  60. setup_future_usage: ''
  61. email_registration_login:
  62. step: _disabled
  63. weight: 12
  64. allow_guest_checkout: true
  65. allow_registration: false
  66. email_registration_completion_registration:
  67. step: _disabled
  68. weight: 13
  69. materio_commerce_agree_nominative:
  70. step: _disabled
  71. weight: 11
  72. path: null
  73. text: null
  74. link_text: null
  75. invalid_text: 'You must agree with the nominative terms before continuing'
  76. materio_commerce_agree_terms:
  77. step: review
  78. weight: 5
  79. path: null
  80. link_text: 'Terms and Conditions'
  81. prefix_text: 'I agree with the %terms'
  82. invalid_text: 'You must agree with the %terms before continuing'
  83. new_window: 1