POS Printed Receipt - Customize with Order Number

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:

  1. 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).

  2. 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.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

Did you figure it out how to do it without using order note?

Im trying exactly the same, more than 2 years since someone ask this and no have any information if they are going to add this feature.