Shopify POS / Improvement

The printed receipt editor has been revamped
Five receipt types in one place, no Liquid required

Manage sale, return, exchange, gift, and gift card receipts together in the new content editor. Return and exchange receipts are consolidated into a single section with one total. Stores using Liquid customizations must migrate by January 1, 2027.

On this page
  1. What actually changed (in 30 seconds)
  2. The five receipt types covered
  3. Return and exchange receipts: Before / After
  4. What the new editor can do
  5. Behavior changes for gift receipts
  6. Migration timeline away from Liquid
  7. 5 points developers should know
  8. 3 practical use cases
  9. A one-line summary for your pitch

1What actually changed

Shopify POS printed receiptshave been revamped.
① Manage all five receipt types together in one content editor.
② Return and exchange receipts are now consolidated into one section with a single total.
③ Everyday changes that used to require editing Liquid are now done entirely inan editor with real-time preview.

Before: scattered by receipt type

Settings were spread across each receipt type, making consistent branding a chore. Even routine wording tweaks meant reaching for the Liquid editor.

After: consolidated in one place

In the POS channel's content editor, apply branding, header, and footer to every receipt type at once.

Real-time preview

Edits show up instantly. No more print-check-fix loop.

2The 5 receipt types covered

Sale receipt
Regular purchases
Return receipt
Merged into 1 section
Exchange receipt
Merged into 1 section
Gift receipt
Line items hidden
Gift card receipt
Auto-print can be turned on or off
Applied across the board

Branding / header / footer apply to all types at once

One setting carries across all 5 types.Location-level overrides only where you need themare part of the design.

3Return / exchange receipts: Before / After

BEFORE: 2 sections, 2 subtotals Return section Subtotal ① Exchange section Subtotal ② So what's the total? Customer and staff both have to do the math Merged AFTER: 1 section, 1 total Return / exchange (1 section) Total amount (just 1) A single amount summary at the end Less to explain at handover
This is a change to the printed layout, not a change to how returns and exchanges are processed.
The changelog goes only as far as consolidating the print format: "two sections, two subtotals" → "one section, a single amount summary at the end." On how the refund amount is calculated, there isno mention.

4What the new editor can do

Branding / header / footer

Configure it once and it applies to every receipt type. No more copy-pasting the same wording for each type.

Per-location overrides

Designed so you override at the store level "only when you need to." Shared across all stores by default, individual only for exceptions — which keeps settings from scattering.

Return policy field (built in)

A dedicated field for your return policy text ships as standard. No need to cram it into a free-form footer.

Signature line (built in)

You can have a signature line as a standard field, making it easier to standardize card payment slips and handoff confirmations.

Region-specific tax ID fields (VAT / GST QST / ABN)

For EU VAT, Canada's GST/QST, and Australia's ABN, there arededicated fields for region-specific tax numbers. If you used to hardcode these in Liquid, you can replace them with settings.
* How countries and tax regimes beyond those listed here are handled isnot stated.

5Changes to gift receipt behavior

Changed

Line items disappear from gift receipts

Because item lines are no longer printed,you can print multiple receipts at once. That cuts the work of printing them one at a time for each gift.

With line items = one at a time Without line items = print in batch
Selectable

Turn automatic gift card receipt printing on/off

Merchants can now choose whethergift card receipts print automatically. You can put a stop to unneeded paper piling up beside the register.

Auto-print ON Auto-print OFF

6Migration timeline from Liquid

2026-08-11 New editor becomes available Existing Liquid keeps printing What to do during this period Preview and configure the new template You can prepare without stopping your current Liquid Once you're ready Flip the shop-level switch Switching is irreversible (no going back) 2027-01-01 Deadline Auto-migrated if still on Liquid
1

Preview in the content editor

Your current Liquid template keeps printing while you review and configure the new one.

2

Turn on the shop-level switch

When you're ready, flip the switch to take the new format live.

3

No going back

The switch is irreversible. You can't return to Liquid, so check every receipt type for real before you flip it.

January 1, 2027— any shop still on Liquid at that point will beautomatically migrated to the new format.
In other words, "do nothing" isn't an option: it's either "switch on your own schedule" or "get switched automatically at the deadline." If you'd rather not see the results of an auto-migration for the first time during the busy start of the year, switching early is the safer move.

75 points engineers need to know

1. Liquid receipts have a deadline

Shops with a custom Liquid receipt template have a migration deadline of 2027-01-01 . Add this to your inventory of existing projects. Start by checking every shop for whether it uses Liquid.

2. The switch is irreversible = one shot at validation

Once you turn on the shop-level switch, there's no going back to Liquid.all five types — sale, return, exchange, gift, and gift cardin preview before you commit. Plan on the assumption that no rollback procedure exists.

3. Hardcoded Liquid can be replaced with settings

Return policy, signature line, VAT / GST, and QST / ABN are nowbuilt-in fields. If your old template hardcoded these, migration is likely just a matter of deleting them and moving them into settings.

4. Overrides go down to the location level

The granularity is "override per location only when you need to."Keep the shared base rich and the exceptions thin— that's the right way to use it. If you override everything store by store, consolidating loses its point.

API ?

5. No mention of the impact on APIs / webhooks or digital receipts

This announcement covers only POS printed receiptsand their admin settings. Whether they can be controlled from the Admin API or webhooks, whether this extends to email/SMS digital receipts, and which plans or countries are eligible are allnot mentioned. If you depend on automation or app integrations, you'll need to confirm separately in the Help Center and on real hardware.

83 use cases you can put to work

USE CASE 1

Wipe out inconsistent receipt wording across a multi-store chain in one pass

Problem
Business names and return policy wording differ slightly by store and by receipt type, and unifying them means fixing every combination by hand.
Approach
In the new content editor, define one set of branding / header / footer and return policy at head office and apply it to every receipt type at once. Override only the address and store-specific notes at the location level.
Result
Wording consistency work shrinks from "every store × 5 receipt types" to "one shared set + exceptions only." It also becomes much harder to miss a store when policies change.
Technical notes
Return policy, signature line, and tax IDs (VAT / GST QST / ABN) are built-in fields, so anything you used to hand-write into the footer can be cleaned up during migration.
Keep printing with Liquid Validate the new template Switch over (irreversible)
USE CASE 2

Planned migration off Liquid custom receipts (meeting the 2027-01-01 deadline)

The problem
Liquid receipt templates built for past projects are still live across multiple shops. Leave them alone and they get auto-migrated on 2027-01-01, meaning you first notice the broken layout at the counter in the new year.
What to do
① Inventory every shop by whether it uses Liquid customization → ② Reproduce the same look in the new editor without turning off the current Liquid → ③ Verify all 5 receipt types with real printed output → ④ Switch shop by shop, avoiding peak season.
The payoff
Migration finishes on your schedule, before the deadline. No scrambling on auto-migration day, and no receipt incidents at the counter.
Technical notes
The switch isirreversibleand cannot be rolled back, so completed validation is a prerequisite. During the preview period the current Liquid keeps printing, so you can validate both in parallel.
USE CASE 3

Speeding up checkout during gift season (year-end, Mother's Day, etc.)

The problem
During busy periods where one order includes several gifts, printing gift receipts one at a time creates checkout lines. Unnecessary gift card receipts also print automatically every time.
What to do
Hiding line items on gift receipts lets youprint several at once, so switch to that workflow. Turn on automatic gift card receipt printing only at the stores that need it.
The payoff
Fewer print operations per order, so checkout moves faster. Paper use drops too.
Technical notes
Hiding line items matches the gift use case — the recipient shouldn't see prices — but it changes how staff verify the contents. Update your in-store operating procedures as part of the switch. Returns and exchanges also become one section with a single total, so revisit the wording staff use when explaining them to customers.

9One-line summary you can use in a pitch

"Shopify POS printed receipts have been rebuilt aroundmanaging all 5 receipt types in a single editor.
Returns and exchanges are consolidated into one section with a single total, return policy / signature line / tax IDs become built-in fields, and everyday changes are done entirely without Liquid, with real-time preview.
Shops using Liquid customization have until January 1, 2027. The switch is irreversible, so a planned migration outside peak season is essential."