commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. review:
  21. step: review
  22. weight: 4
  23. completion_message:
  24. step: complete
  25. weight: 6
  26. completion_register:
  27. step: complete
  28. weight: 7
  29. order_summary:
  30. view: ''
  31. step: _sidebar
  32. weight: 8
  33. contact_information:
  34. double_entry: false
  35. step: order_information
  36. weight: 2
  37. payment_process:
  38. capture: true
  39. step: payment
  40. weight: 5
  41. payment_information:
  42. step: order_information
  43. weight: 3
  44. coupon_redemption:
  45. allow_multiple: false
  46. step: _sidebar
  47. weight: 9
  48. email_registration_login:
  49. allow_guest_checkout: true
  50. allow_registration: true
  51. step: login
  52. weight: 1