You are here

commerce_order.commerce_adjustment_types.yml in Commerce Core 8.2

modules/order/commerce_order.commerce_adjustment_types.yml

File

modules/order/commerce_order.commerce_adjustment_types.yml
View source
  1. custom:
  2. label: 'Custom'
  3. singular_label: 'custom adjustment'
  4. plural_label: 'custom adjustments'
  5. has_ui: true
  6. weight: 10
  7. fee:
  8. label: 'Fee'
  9. singular_label: 'fee'
  10. plural_label: 'fees'
  11. has_ui: true
  12. weight: 70
  13. promotion:
  14. label: 'Promotion'
  15. singular_label: 'promotion'
  16. plural_label: 'promotions'
  17. has_ui: true
  18. weight: 0
  19. tax:
  20. label: 'Tax'
  21. singular_label: 'tax'
  22. plural_label: 'taxes'
  23. has_ui: true
  24. weight: 50