Skip to content
Diese Seite gibt es auch auf Deutsch.Zur deutschen Version

E-commerce · Shopify

Shopify Is Replacing Your Thank You and Order Status Pages: What to Do Before August 26

On 26 August 2026, Shopify auto-upgrades the Thank you and Order status pages of every non-Plus store. Additional scripts and old script tags stop working then – often unnoticed, exactly where conversion tracking sits. The checklist. As of August 2026.

By Boaz Lichtenstein Prefer us on Google

Article image: Shopify Is Replacing Your Thank You and Order Status Pages: What to Do Before August 26

26 August 2026 is one of those deadlines that sends no warning. According to Shopify’s upgrade guide in the Help Center, that is the day the old Thank you and Order status pages of every store on a non-Plus plan get automatically moved to the new version. Nothing fails, nothing breaks visibly – and that is precisely the problem. Whatever ran on those pages through additional scripts or old script tags stops working. In most stores that means conversion tracking: the one measurement the assessment of an entire ad budget hangs on. Realise only in September that Google Ads has seen no purchases for two weeks, and you have two weeks of optimisation against zeroes behind you.

Key takeaways

  • Deadline 26 August 2026, and it acts on its own: whoever does not upgrade gets upgraded. Inaction here is not a delay, it is a decision.
  • Non-Plus plans are affected. Plus stores went through the same step in August 2025.
  • What stops working: additional scripts on the Thank you and Order status pages, old script tags, and apps whose developers have not moved them onto the new foundation.
  • The most expensive invisible damage is measurement: purchase pixels for Google Ads, Meta and GA4 classically sit on the thank you page.
  • Code is replaced by building blocks: blocks in the checkout and accounts editor plus web and app pixels for events.
  • The guide is inside your own store: Settings › Checkout lists the customisations found and the apps affected.
  • A test order is the only valid proof – the page preview shows the layout, not the data flow.

What Shopify is actually changing

The pages after the purchase – the thank you page right after the order and the order status page customers return to later – ran for years on the same old foundation as checkout. Customisations arrived there as injected code: additional scripts in the admin, script tags from apps, and for Plus stores also edits to checkout.liquid.

The new foundation works differently. By Shopify’s description it is more secure and upgrade-safe, and it is customised not with code but with blocks in the checkout and accounts editor plus pixels for event tracking. In the long run that is the better architecture: building blocks survive platform updates, injected code does not – the history of this very migration is the proof. Short term, though, it means every injected snippet needs a new home or falls away.

How deep this rebuild goes is set out in the review of the 2026 Editions – which also covers the opening of checkout UI extensions to all paid plans, the new regular route for many customisations.

Where it hurts in practice

First, tracking. The thank you page is the page where a purchase gets reported as a purchase. If a script there holds a conversion tag for Google Ads, the Meta pixel or a GA4 event, you lose the report after the upgrade – not the order. Ad accounts then see clicks without purchases and optimise accordingly. The clean replacement is Shopify’s customer events (custom pixels and app pixels), which run alongside the page rather than inside it. Why solid first-party data is the more stable foundation anyway is covered in first-party data.

Second, apps with post-purchase functions. Review invitations, shipment tracking, loyalty points, post-purchase upsells: they often live on exactly these pages. Shopify’s guide lists the incompatible ones among your installed apps. For each one, the first question is “is there an updated version?” and only then “what do I replace it with?”. How to keep that list short in the first place is covered in the best Shopify apps.

Third, custom builds with business logic. The most unpleasant find is scripts holding real business rules – notices per customer group, return windows per range, delivery-time calculations. They cannot be rebuilt as a block without somebody understanding the rule again. That takes time, and time is now short.

The checklist before 26 August

  1. Take inventory: open Settings › Checkout and work through the guide tailored to your store. It names the additional scripts found and the apps affected – the most reliable inventory you will get.
  2. Secure measurement before anything else happens: for every ad account and analytics tool, note where the purchase is reported today. Wherever that happens via script, move it to customer events.
  3. Note comparison figures: purchases, revenue and reported conversions for a normal week before the change. Without that baseline, a drop afterwards is indistinguishable from a weak week.
  4. Work through the app list: install the updated version, find an alternative, or drop the function. Dropping is a legitimate answer – the third audit question is always “what happens if we delete it?”.
  5. Upgrade rather than wait: upgrading yourself means choosing the moment. On 26 August, Shopify chooses it.
  6. Real test order, then check the target systems. The upgrade is only done once the test purchase shows up in Google Ads, Meta, GA4 and your review tool.

One note on timing: putting the change in the middle of a campaign week is the worst option – real fluctuation and measurement error then overlap. A quiet weekday with a clear baseline is worth more than a perfectly planned weekend.

Bottom line

This change is not a project, it is homework: an hour of inventory, a few pixels moved, one test order. It only gets expensive for those who leave it lying around – not because something breaks, but because something quietly goes silent. If you check exactly one thing after 26 August, check the conversion report. Everything else surfaces when customers complain; missing measurement surfaces to nobody except the ad budget. How these pages fit the bigger Shopify picture is laid out in the Shopify guide.

FAQ

Frequently asked questions

Am I affected?

If your store runs on a paid plan below Shopify Plus and the Thank you or Order status page has ever been customised, yes. That holds even if you didn't do the customising yourself: tracking pixels, review invitations, shipment-tracking widgets, upsell blocks and leftovers from old agency projects all live there. Plus stores passed their own deadline back in August 2025. And if you never touched the pages, you still need to check whether an app puts something there.

What happens if I do nothing?

Shopify auto-upgrades the pages to the new version on 26 August 2026. Your store will not break – but everything that ran through additional scripts or old script tags on those pages stops working, and incompatible apps lose their function there. The nasty part: the failure is invisible. Orders keep coming in, only the measurement behind them goes quiet.

How do I know whether my conversion tracking still works?

After the upgrade, place a real test order and check whether it lands in the target system – Google Ads, Meta, GA4, your review tool. Don't rely on the preview: it shows the page, not the data flow behind it. It also pays to note the purchase numbers of a normal week beforehand, so that a drop afterwards is recognisable as a drop at all.

How are the new pages customised?

No longer with injected code, but with blocks in the checkout and accounts editor plus web and app pixels for event tracking. That is the actual point of the change: customisations will survive updates instead of breaking whenever the platform moves. The price is the one-off migration.

Do I need an agency for this?

For most stores, no. Shopify puts a guide tailored to your own store under Settings › Checkout, listing the customisations it found and the apps affected. It gets laborious where custom scripts contain business logic – shipment tracking with its own calculation, or B2B notices per customer group. Then the question isn't “how do I migrate this” but “do I still need it”.

Is this the same thing as the end of Shopify Scripts?

It is the same rebuild, just the final leg. For years Shopify has been replacing injected code with extensible, upgrade-safe building blocks – first in checkout, then for scripts, now on the pages after the purchase. Anyone who took the earlier steps has little to do here. Anyone who sat them out usually finds the last nest of legacy code on the order status page.