commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml 1.5 KB

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