You are here

commerce_checkout.commerce_checkout_flow.shipping.yml in Commerce Shipping 8.2

config/optional/commerce_checkout.commerce_checkout_flow.shipping.yml

File

config/optional/commerce_checkout.commerce_checkout_flow.shipping.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - commerce_shipping
  6. id: shipping
  7. label: Shipping
  8. plugin: multistep_default
  9. configuration:
  10. display_checkout_progress: true
  11. panes:
  12. login:
  13. allow_guest_checkout: true
  14. allow_registration: false
  15. step: login
  16. weight: 0
  17. contact_information:
  18. double_entry: false
  19. step: order_information
  20. weight: 1
  21. shipping_information:
  22. require_shipping_profile: true
  23. step: order_information
  24. weight: 2
  25. review:
  26. step: review
  27. weight: 3
  28. completion_message:
  29. step: complete
  30. weight: 4
  31. order_summary:
  32. view: commerce_checkout_order_summary
  33. step: _sidebar
  34. weight: 5