Skip to content

Orders

Menu: Commerce -> Orders
Deep link: /_Admin/commerce/orders?SiteId={siteGuid}
Detail: /_Admin/commerce/order-detail?SiteId=...&id={orderId}

View and process site orders: filter, export, detail, mark paid, ship, cancel, and maintain notes. Orders are usually created from cart checkout or storefront API; development integration: k.commerce.order.

How to Open

  1. In the Edit menu, enable Commerce -> Orders (and the parent Commerce group).
  2. Open Commerce -> Orders in the left sidebar.

List Page

Path: /_Admin/commerce/orders?SiteId=...

Orders list: stats, filters, table and export

Summary Statistics

Summary above list for current filter (refreshes with query):

ItemDescription
Delivereddelivered count
Awaiting paymentwaitPay
Awaiting shipmentwaitDeliver
Paid order countorder
Paid amounttotalAmount (shown only when site is single-currency)

Filters and Actions

ControlDescription
Order statusIn progress Normal, paid Paid, unpaid Unpaid, canceled Canceled
Delivery statusDelivered / partially delivered / not delivered
Start / End dateFilter by creation time range
KeywordClick Search or change filters to refresh
Order extension fieldsfilterable order extension fields from settings show extra filters
Export ExcelExport by current filter; download via hidden iframe
SearchApply filters and return to page 1

Table

Column / ActionDescription
Order IDOrder Id
Extension summary columnsOrder extension fields with isSummaryField (configured in settings)
Total amountCurrent/original price (CurrencyAmount)
CreatedcreatedAt
ProductsTag shows line count; hover previews each line thumbnail, title, variants
DiscountsCount tag when allocated; hover table lists title, code, amount
CustomerEmail, phone
StatusCanceled / unpaid / paid (OrderStatus)
Delivery statusDelivered / partially delivered / not delivered
CountryOrder country
Sourcesource
DetailsRow eye icon → order detail
Pagination30 rows per page by default
Batch deleteSelect rows → Delete → confirm

Order Detail

Path: /_Admin/commerce/order-detail?SiteId=...&id=...

Breadcrumb: Orders -> Order detail. Bottom bar: Back; Pay, Ship, Cancel shown by status (plus optional extension buttons).

Order detail: basic info, line items, totals and shipping address

Basic Information

el-descriptions area common fields:

FieldDescription
Order IDId with order status tag
Created / Last modified
Contact / Email / PhoneOrdering customer
IPOrder IP
Country
SourceShown when present
Scheduled delivery timescheduledDeliveryTime (if any)
Client infoBrowser tag + UA summary
Payment methodShown as tag when recorded
Delivery statusOrder-level: delivered / partially delivered / not delivered
Order extension fieldsDefined in settings; editable fields can be edited via pencil dialog

Product Lines

Table columns: featured image, title (with variants), unit price, quantity, line amount, tax, line-level discount tags; plus Delivery status column:

Line statusDescription
Not deliveredGray tag
DeliveredGreen; hover for details
FailedRed with error message

For delivered physical products, hover shows carrier and tracking number; for digital products, hover shows each digital delivery item (file size or link/text value). Bundle products expand as parent/child rows.

Below line items, amount totals (similar to cart trial): order discounts, subtotal, tax, insurance (if any), points deduction, shipping (with allocation), Total; may show points earned for this order.

Shipping Address

When physical delivery applies, shows snapshot address at order time (country/province/city/zip/street, etc.; localized region names per Commerce data). Later customer address changes do not affect this order.

Notes

Notes section shows note; pencil next to title to edit and save.

Payment

When unpaid and not canceled, bottom Pay opens dialog:

ItemDescription
MethodDefault Cash; Credit card option currently disabled
ConfirmCalls payOrder to mark paid and refresh detail
Order payment dialog: Cash payment method

Shipment

When paid, not canceled, and undelivered lines remain, bottom Ship opens dialog:

ItemDescription
Physical productsTracking number (carrier may match shipping rule regex), carrier dropdown, pending shipment preview
Digital productsLines grouped; digital rows can edit digital delivery items (file/link/text; see product detail)
Partial shipmentWhen multiple lines, can check to submit selected lines only
ConfirmdeliveryOrder then refresh detail
Order shipment dialog: tracking, carrier and line items

Cancel Order

When not canceled, bottom Cancel opens dialog; enter cancel reason and confirm (cancelOrder).

Cancel order dialog: cancel reason