Order Detail Overview

A tour of the panels available when you open an individual order.

Opening an order from the order list takes you to the order detail view. The view is divided into panels covering the order's status, line items, payments, totals, customer, store, and notes. This page describes each panel and how the layout adapts to different screen sizes.

Opening an order

Navigate to Orders in the main navigation and tap any row in the list to open it. The page title shows the order number once the order has loaded. If the order has not yet loaded, the title reads Order Details.

The order detail page header showing the order number as the title, with a Print icon and a Refresh icon in the top-right corner

The AppBar contains:

ElementDescription
Order numberShown as the page title (e.g. #10452)
Print iconOpens print options — only shown when at least one print template is configured for the store (see Printing)
Refresh iconReloads the order from the server

Layout

The detail view uses different layouts depending on screen width:

Screen widthLayout
> 900 px (desktop / wide tablet)Two-column scroll: order lines and totals on the left, all other panels on the right
≤ 900 px (mobile / narrow tablet)Three tabs: Overview, Details, Notes

Desktop layout

The left column (wider) contains:

  • Order lines grouped by shipment
  • Order Totals summary

The right column contains (in order):

  • Status Update Card
  • Payments panel
  • Order Information
  • Customer
  • Store
  • Notes

Mobile tab layout

Overview tab — the main working view:

  • Error banner (if the order has errors)
  • Status progress bar
  • Payments panel
  • Status Update Card
  • Order lines grouped by shipment
  • Order Totals summary

Details tab — reference information:

  • Order Information
  • Customer
  • Store

Notes tab — internal and public notes. The tab label shows the total note count when notes exist (e.g. Notes (3)).

Status progress bar

The status progress bar shows the order's position in the configured workflow. It appears at the top of the Overview tab (mobile) and above the two-column layout (desktop). If no progress bar statuses are configured for the tenant, this section is hidden.

Screen widthAppearance
< 600 pxColoured badge pills arranged in a row (wrapping if needed)
≥ 600 pxHorizontal row of circles connected by lines

Circle colours (desktop) / badge colours (mobile):

StateColour
Future stepGrey
Visited stepLighter accent
Current step — normalAccent
Current step — cancelledRed
Current step — returned / refundedOrange

Visited steps show a check icon; the current step shows a filled dot.

Error banner

If the order has one or more errors recorded against it, a red bordered banner appears above the status progress bar. Each error message is listed in red text. When there are no errors, the banner is hidden.

For guidance on resolving order errors, see Handling Order Errors.

Payments panel

The Payments panel is a tappable card that summarises the payment position of the order.

ElementDescription
Wallet iconColour reflects payment status (see table below)
TitlePayments, or Payments ([count]) if there are multiple transaction groups
Status chipSmall coloured badge: Unpaid, Partially Paid, Paid, or Overpaid
Summary textCompact payment summary, e.g. 100.00 paid • 399.00 NOK remaining
ChevronIndicates the card is tappable

Payment status colours:

StatusIcon / chip colourMeaning
UnpaidRedNo payment has been registered
Partially PaidOrangeSome payment registered, balance outstanding
PaidGreenFull amount covered
OverpaidBlueRegistered amount exceeds the order total

Tap the card to open the Add Payment modal, where you can view existing payments and (if Experimental Mode is enabled) register a new payment. See Adding a Payment to an Order.

Order lines by shipment

Order lines are grouped by shipment. Each shipment section shows the shipment method name and the line items belonging to it. Tap a line item to select it; multiple lines can be selected at once.

For a full description of how order lines are displayed and how quantities (delivered, returned, cancelled) are shown, see Order Lines by Shipment.

Line selection and the action bar

When one or more order lines are selected, a floating action bar appears at the bottom of the screen:

Order Totals

The Order Totals card shows a breakdown of the order's financial summary:

RowShown when
SubtotalAlways
TaxAlways
ShippingShipping cost is greater than zero
Discount (shown in green, prefixed with −)A discount is applied
Total (bold, larger font)Always, below a divider

Status Update Card

The Status Update Card lets you advance the order through its workflow steps. It is described in detail on Updating Order Status.

Order Information

The Order Information card shows reference data about the order. Fields are shown only when they have a value.

FieldDescription
Order NumberThe order reference number
Cart NameName given to the originating cart, if set
TagsAccent-coloured chip badges for each tag on the order
Read Only badgeLock icon + label shown when the order cannot be edited
Order ReceivedDate and time the order was created
ModifiedDate and time of last modification (only shown if different from received)
CompletedDate and time the order was completed
Follow-up DateScheduled follow-up date, if set
Ready for PickupDate and time the order was marked ready for collection
Pick List DeadlineDeadline for the store to pick the order
Customer Pickup DeadlineDeadline for the customer to collect
Requested DeliveryCustomer-requested delivery date
Order TypeThe order type (e.g. Standard, Click & Collect)
Order StatusThe current status name as text
MarketMarket name or ID
Sales ChannelThe channel the order originated from
Sales PersonName of the staff member who created the order
Cart IDID of the originating cart
Customer ReferenceCustomer's own reference, if provided
Customer RequisitionCustomer requisition number, if provided
Order OriginSource system of the order
Priority Order badgeOrange star + label shown on priority orders
Related OrdersBlue chips linking to related order IDs
Replacement OrdersGreen chips listing replacement order IDs
ProjectsPurple chips listing associated project IDs
External IDsProvider name + external ID pairs from integrated systems

Customer

The Customer card shows the customer attached to the order. Fields are drawn from the billing address when available; otherwise from the order's customer fields directly.

FieldDescription
IDCustomer ID — tap to navigate to the customer detail page
Customer NumberInternal customer number
TypeCustomer type (e.g. B2B)
NameCustomer full name
EmailCustomer email address
PhoneCustomer phone number
AddressStreet address from the billing address
LocationPostal code and city

If a Contact Person is recorded on the order, a divider and a sub-section appear below the main customer details showing the contact person's name, email, and phone.

Store

The Store card shows information about the store that owns the order. It is hidden when no store is associated.

FieldDescription
Store NameName of the store
Store IDInternal store identifier
CityStore city
AddressStreet name and number
Postal CodeStore postal code
PhoneStore phone number
EmailStore email address

Notes

The Notes panel lets you add internal and public notes to the order, and optionally send them by email or SMS. It is described in detail on Order Notes.

Printing

The print icon in the AppBar is shown only when at least one receipt template or PDF template is configured for the order's store and market.

ScenarioWhat happens
Only one type of template (receipt or PDF)Tapping the icon goes straight to that flow
Both receipt and PDF templates availableA popup menu appears with Print Receipt and Print PDF options
Multiple receipt templatesA Select Print Template dialog lists the templates; tap one to select, or tap the eye icon to preview
Multiple shipmentsA Select Shipment to Print dialog lets you print a single shipment or All shipments at once

On this page