commerce_checkout.commerce_checkout_flow.default.yml 811 B

12345678910111213141516171819202122232425262728293031323334353637
  1. uuid: b4c46a5f-0eda-4b38-b7c7-b86efb50585e
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - commerce_payment
  7. - email_registration
  8. _core:
  9. default_config_hash: wwkDVBiXUqSzRifJbb71ajFBklJdNJ_DgS67IF-_qgY
  10. id: default
  11. label: Default
  12. plugin: multistep_default
  13. configuration:
  14. display_checkout_progress: true
  15. panes:
  16. login:
  17. allow_guest_checkout: true
  18. allow_registration: false
  19. step: login
  20. weight: 0
  21. contact_information:
  22. double_entry: true
  23. step: order_information
  24. weight: 1
  25. billing_information:
  26. step: order_information
  27. weight: 2
  28. review:
  29. step: review
  30. weight: 3
  31. completion_message:
  32. step: complete
  33. weight: 4
  34. order_summary:
  35. view: commerce_checkout_order_summary
  36. step: _sidebar
  37. weight: 5