You are here

commerce_order.commerce_order_type.physical.yml in Commerce Demo 8

Same filename and directory in other branches
  1. 8.2 config/install/commerce_order.commerce_order_type.physical.yml
config/install/commerce_order.commerce_order_type.physical.yml

File

config/install/commerce_order.commerce_order_type.physical.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - commerce_cart
  6. - commerce_checkout
  7. - commerce_shipping
  8. third_party_settings:
  9. commerce_cart:
  10. cart_form_view: commerce_cart_form
  11. cart_block_view: commerce_cart_block
  12. commerce_checkout:
  13. checkout_flow: shipping
  14. commerce_shipping:
  15. shipment_type: default
  16. label: Physical
  17. id: physical
  18. workflow: order_fulfillment
  19. refresh_mode: customer
  20. refresh_frequency: 300
  21. sendReceipt: true
  22. receiptBcc: ''
  23. traits: { }
  24. locked: false