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
orderpaymentinvoicetaxcouponproductrefunddisplayshipmentshippinglogistics
How the screen works
- The route reads the last path segment as the active subgroup.
- Settings come from
orderSettingsprovided by the parent module shell. - Items are grouped again by
input_setting.sub_group. - Each item renders through a shared
setting-itemcomponent with immediate sync enabled.
Safe change process
- Confirm the exact subgroup you need.
- Capture the previous value before editing.
- Change a small set of settings at a time.
- Validate behavior again in
ManageorDetailusing 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.

