Hi @KristianB I am trying to replicate your flow above but am unable to properly figure out what the second box in the “Check if…” box is supposed to be criteria wise. If you could please let me know it would be greatly appreciated. Thanks!
Topic summary
Core Issue:
Shopify POS receipts display a receipt number instead of the order number, creating problems for retailers who need order numbers for customer returns and accounting reconciliation.
Background:
Several years ago, Shopify replaced order numbers with receipt numbers on POS receipts to improve checkout performance. While receipt numbers can be searched in the admin to find corresponding orders, customers cannot easily use them for self-service returns.
Impact on Businesses:
- Customers must call support for returns instead of using self-service portals that require order numbers
- Accounting reconciliation with systems like QuickBooks becomes more difficult
- Order numbers appear on emailed receipts but not printed ones, creating inconsistency
Workarounds Discovered:
-
Shopify Flow method: Create an automation that adds the order number to the order note field, which then prints on receipts. However, this conflicts with businesses that use order notes for other purposes (repairs, special requests).
-
Code editing solution (most popular): Edit the receipt template by adding
<p>Order number: {{ order.name}}</p>to line 46 of footer.liquid in the receipt code editor.
Status:
No official feature added by Shopify despite years of requests. Retailers continue seeking solutions as of 2024.