commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. id: materio_checkout_flow
  11. label: 'materio checkout flow'
  12. plugin: multistep_default
  13. configuration:
  14. display_checkout_progress: true
  15. display_checkout_progress_breadcrumb_links: true
  16. panes:
  17. payment_information:
  18. step: order_information
  19. weight: 1
  20. review:
  21. step: review
  22. weight: 2
  23. stripe_review:
  24. button_id: edit-actions-next
  25. step: review
  26. weight: 3
  27. payment_process:
  28. capture: true
  29. step: payment
  30. weight: 4
  31. completion_message:
  32. message:
  33. value: "Your order number is [commerce_order:order_number].\r\nYou can view your order on your account page when logged in."
  34. format: plain_text
  35. step: complete
  36. weight: 5
  37. order_summary:
  38. view: commerce_checkout_order_summary
  39. step: _sidebar
  40. weight: 6
  41. coupon_redemption:
  42. allow_multiple: false
  43. step: _sidebar
  44. weight: 7
  45. email_registration_login:
  46. allow_guest_checkout: true
  47. allow_registration: false
  48. step: _disabled
  49. weight: 8
  50. email_registration_completion_registration:
  51. step: _disabled
  52. weight: 9
  53. completion_register:
  54. step: _disabled
  55. weight: 10
  56. login:
  57. allow_guest_checkout: true
  58. allow_registration: false
  59. step: _disabled
  60. weight: 11
  61. contact_information:
  62. double_entry: false
  63. step: order_information
  64. weight: 0
  65. allow_guest_checkout: true
  66. allow_registration: false