commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. uuid: 6909971d-b780-4af3-967c-ae547d9e7926
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - commerce_payment
  7. - commerce_promotion
  8. - email_registration
  9. id: materio_checkout_flow
  10. label: 'materio checkout flow'
  11. plugin: multistep_default
  12. configuration:
  13. display_checkout_progress: true
  14. panes:
  15. login:
  16. allow_guest_checkout: true
  17. allow_registration: true
  18. step: login
  19. weight: 0
  20. email_registration_login:
  21. allow_guest_checkout: true
  22. allow_registration: true
  23. step: login
  24. weight: 1
  25. contact_information:
  26. double_entry: false
  27. step: order_information
  28. weight: 2
  29. payment_information:
  30. step: order_information
  31. weight: 3
  32. review:
  33. step: review
  34. weight: 4
  35. payment_process:
  36. capture: true
  37. step: payment
  38. weight: 5
  39. completion_message:
  40. message:
  41. value: "Your order number is [commerce_order:order_number].\r\nYou can view your order on your account page when logged in."
  42. format: plain_text
  43. step: complete
  44. weight: 6
  45. completion_register:
  46. step: complete
  47. weight: 7
  48. order_summary:
  49. view: commerce_checkout_order_summary
  50. step: _sidebar
  51. weight: 8
  52. coupon_redemption:
  53. allow_multiple: false
  54. step: _sidebar
  55. weight: 9
  56. email_registration_completion_registration:
  57. step: _disabled
  58. weight: 10