This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
docker-examples/drupal-commerce-kickstart/config/sync/commerce_checkout.commerce_checkout_flow.shipping.yml

43 lines
1,016 B
YAML

uuid: cee03d7a-4965-4d5a-9c18-1447aa876211
langcode: en
status: true
dependencies:
module:
- commerce_shipping
_core:
default_config_hash: KDnx5MjFtp3-Rb0dGzCCzQEabHgvxrzxpkMrbOKsg_4
label: Shipping
id: shipping
plugin: multistep_default
configuration:
display_checkout_progress: true
display_checkout_progress_breadcrumb_links: false
guest_order_assign: false
guest_new_account: false
guest_new_account_notify: false
panes:
login:
step: login
weight: 0
allow_guest_checkout: false
allow_registration: true
contact_information:
step: order_information
weight: 1
double_entry: false
shipping_information:
step: order_information
weight: 2
require_shipping_profile: true
review:
step: review
weight: 3
completion_message:
step: complete
weight: 4
order_summary:
step: _sidebar
weight: 5
view: commerce_checkout_order_summary
completion_register:
step: _disabled