commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml 1.8 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. contact_information:
  18. double_entry: false
  19. step: order_information
  20. weight: 0
  21. allow_guest_checkout: true
  22. allow_registration: false
  23. payment_information:
  24. step: order_information
  25. weight: 1
  26. review:
  27. step: review
  28. weight: 2
  29. stripe_review:
  30. button_id: edit-actions-next
  31. step: review
  32. weight: 3
  33. payment_process:
  34. capture: true
  35. step: payment
  36. weight: 4
  37. completion_message:
  38. message:
  39. value: "<p class=\"welcom\">[current-user:customer:address:given_name]&nbsp;[current-user:customer:address:family_name] thank you and welcome&nbsp;to <strong>[site:name]</strong>!</p>\r\n\r\n<p class=\"base\">You now have full access to our <a href=\"/base\">8000+ materials</a></p>\r\n\r\n<p class=\"order\">&nbsp;</p>\r\n"
  40. format: wysiwyg
  41. step: complete
  42. weight: 5
  43. order_summary:
  44. view: commerce_checkout_order_summary
  45. step: _sidebar
  46. weight: 6
  47. coupon_redemption:
  48. allow_multiple: false
  49. step: _sidebar
  50. weight: 7
  51. email_registration_login:
  52. allow_guest_checkout: true
  53. allow_registration: false
  54. step: _disabled
  55. weight: 8
  56. email_registration_completion_registration:
  57. step: _disabled
  58. weight: 9
  59. completion_register:
  60. step: _disabled
  61. weight: 10
  62. login:
  63. allow_guest_checkout: true
  64. allow_registration: false
  65. step: _disabled
  66. weight: 11