WooCommerce HPOS support checklist: find order details fast + reply templates
A support‑focused guide to WooCommerce HPOS (High‑Performance Order Storage): where to find order context faster, a repeatable checklist, and copy‑paste replies for shipping, returns, and refunds.
If you support a WooCommerce store, your biggest time sink usually isn’t writing the reply — it’s finding the right order details quickly and not missing anything. That’s why WooCommerce’s HPOS (High‑Performance Order Storage) matters for support teams: it makes order data access faster and more reliable (especially on stores with lots of orders).
<name>, <orderid>, and <tracking_url>).
What HPOS changes (in plain language)
HPOS stores order data in dedicated tables instead of the classic WordPress post tables. For support, the big benefit is simple: order pages load more predictably and it’s easier to pull the exact details you need (status, payment, addresses, refunds, notes).
The HPOS support checklist
Use this checklist every time — it keeps replies consistent and prevents avoidable back‑and‑forth.
- Identify the order: confirm
<orderid>(and email if needed). - Confirm fulfillment state: paid? processing? fulfilled? partially shipped?
- Check tracking: carrier + tracking URL + last scan.
- Check address + shipping method: catch easy fix tickets early.
- Check return eligibility: order date + return window + item condition rules.
- Check refunds: partial vs full, refund method, and timestamp.
- Leave an internal note: what you did + what you promised (ETA, next step).
Where to find the key info in WooCommerce HPOS
- Status & payment: confirm if the order is actually paid before promising shipment.
- Items: double‑check SKU/variant when customers say “wrong item”.
- Shipping address: compare to the customer’s request (address edits are common).
- Shipping + tracking: copy the tracking URL and last movement in one go.
- Notes: internal notes are your support memory — keep them short and specific.
- Refunds: look for partial refunds (customers often miss them on statements).
5 copy‑paste reply templates for HPOS tickets
1) WISMO (where is my order?) — tracking + expectation
Hi <name> 👋 Thanks for reaching out about order <orderid>. Tracking: <tracking_url> Latest update: <tracking_last_event> If the tracking doesn’t update within the next 24–48 hours, reply here and we’ll investigate with the carrier. Best, <agent_name>
2) Address change request (before shipment)
Hi <name>, Thanks — I can help with that. For order <orderid>, I can update the shipping address if the parcel hasn’t been shipped yet. Please confirm the correct address: <new_address> Once confirmed, I’ll update it and reply here. Best, <agent_name>
3) Return approved — next steps
Hi <name>, Approved ✅ Your return for order <orderid> is within our return window. Next steps: 1) Pack the item securely 2) Use this return address: <return_address> 3) Include your order number in the package Once we receive the return, we’ll process the refund within <refund_processing_time>. Best, <agent_name>
4) Refund started — timeline (reduce follow‑ups)
Hi <name>, We’ve started the refund for order <orderid> ✅ Timeline: • We process refunds within 1 business day • Banks usually take 3–7 business days to post the funds If you don’t see it after that window, reply here and we’ll help. Best, <agent_name>
5) Partial refund explanation (common confusion)
Hi <name>, Good question — for order <orderid> we issued a partial refund of <refund_amount>. Reason: <refund_reason> If you expected a full refund, reply with details and we’ll review it right away. Best, <agent_name>
Make HPOS support faster with “copy + macro”
The simplest workflow (and the easiest to train) is:
- Open the order
- Copy the order summary
- Paste the right macro
Install the free extension. Upgrade to Pro to unlock unlimited macros + the template library.
FAQ
Do macros work with placeholders like <name> and <orderid>?
Yes — macros are most useful when they include placeholders, so you don’t forget key details. Casekit supports placeholders and fills common order fields when you paste.
Is this only for HPOS stores?
No. The checklist works for any WooCommerce store. HPOS just makes the “find order details” part smoother on large stores.