Confirmation must be savable and retrievable
Aliases: order history lookup · guest order lookup · save receipt
What it is
Fields on the success page must not live only in this session. Savable and retrievable means after leaving, the same confirmation can be found with an order id, an account, or a mail link: goods, amount, time, status. Save can be a download, a screenshot-friendly layout, or archival on the person’s behalf; lookup is hitting the same id in “My orders.” This is not the legal force of an invoice, and not whether many storefronts collapse into one history. Those are the receipt system. Here, this confirmation must not vanish when the tab closes.
Why it happens
People will not hold an order id in working memory. Close the tab, change devices, or face a support agent asking for the number, and a confirmation that existed only on that screen is no confirmation. Mail and SMS are common external memory, but they land in junk, delay, or get rewritten as marketing. Lookup must use the same id as the success page, or people search with a real number and miss. Guest orders are fragile: no account tree, id plus email are the only keys; expired links turn the purchase into folklore.
Studying it
Complete pay, close success, wait, then retrieve via order list, mail link, or id alone. Compare a persisted record with a session-only page.
Independent variables: written to the order list, mail contains full fields, guest lookup by email+id, link lifetime. Dependent variables: retrieval success, time to find, support contacts for a missing id.
Tapping “View order” in the same sitting does not test next-day lookup. Use overnight and a second device. Do not treat a “mail sent” log as user-retrievable—open the inbox.
Where it stops holding
Purchases with no account and a refused email can only save via immediate download or a share sheet; warn before leave that closing loses it. Merchants who must retain records longer than the product UI wants still cannot hide the row from the payer. Risk-hidden orders should still lookup as “processing,” not 404.
Applying it
- Write to the signed-in order list on success; offer copy-id, download, or system share on the page.
- Outbound mail or messages carry the same id and amount as the success page; the subject is searchable by id.
- Guests get an email+id lookup page, and the success page says to keep those two values.
- Verify by paying, closing success, and next day retrieving on a second device from mail or the list only; guests use email and id only. Missing or mismatched fields fail.
Related
- Within the group: H7.05.1 Submit must yield a checkable receipt immediately · H7.05.2 The receipt must carry undo and after-sales entry points
- Adjacent: H7.12 Order confirmation and receipts · H7.07 Refunds and after-sales · H6.09 Anonymous and guest mode
- Search terms:
order history·guest order lookup·save receipt