Cấu hình đơn hàng

Order Configuration

The Config area is a dynamic configuration shell. The same component is reused and switched by the subgroup segment at the end of the URL.

Route-backed config groups

  • order
  • payment
  • invoice
  • tax
  • coupon
  • product
  • refund
  • display
  • shipment
  • shipping
  • logistics

How the screen works

  1. The route reads the last path segment as the active subgroup.
  2. Settings come from orderSettings provided by the parent module shell.
  3. Items are grouped again by input_setting.sub_group.
  4. Each item renders through a shared setting-item component with immediate sync enabled.

Safe change process

  1. Confirm the exact subgroup you need.
  2. Capture the previous value before editing.
  3. Change a small set of settings at a time.
  4. Validate behavior again in Manage or Detail using a test order.

Immediate sync

The source passes is-immediate-sync=true to each setting item. Some changes may therefore save right away without a separate final review screen.