Payload Logo
Graphic showing the August 26, 2026 Shopify Thank you page upgrade deadline, with the four legacy customization methods that stop working and what replaces each one.
A

Ambuj

Author

📅
⏱️21 minutes read

Shopify checkout deadline, August 26 2026: what non-Plus stores need to do

Shopify puts that notice under Settings → Checkout, but the pages it affects are your Thank you and Order status pages. What breaks, how long the migration takes, and where to start if the date is close.

The Shopify checkout deadline of August 26, 2026 applies to your Thank you page and Order status page. Your checkout form, where customers enter shipping and payment details, is unaffected. Shopify puts the notice under Settings then Checkout, which is why it reads as a checkout change. Non-Plus stores that do nothing are upgraded automatically and lose their legacy customizations.

In short

  • Deadline: August 26, 2026
  • Applies to: stores on non-Plus Shopify plans still using the legacy Thank you and Order status pages
  • Does not affect: the checkout form itself, where customers enter shipping and payment details
  • If you do nothing: Shopify replaces the pages automatically and legacy customizations stop running
  • What stops working: additional scripts, checkout.liquid customizations, and apps that rely on script tags
  • What replaces them: blocks in the checkout and accounts editor, app pixels and custom pixels for tracking, Checkout UI extensions for custom functionality
  • How long it takes: set by the line-item count in your upgrade report, not your store size. An empty report publishes in minutes.
  • Reverting: possible only under narrow conditions, and only before the deadline

What should you do first if you have not started?

Migrate conversion tracking before anything else. Attribution for orders placed while a pixel is dark does not backfill, which makes tracking the only part of this migration you cannot recover after the fact. Page content rebuilt as blocks can be rebuilt at any point, including after you publish the upgrade.

Work in this order:

  1. Copy everything in the additional scripts field into a document. This is your inventory of what you are about to lose, and every step below depends on having it.
  2. Open Settings → Checkout, click Review customizations, and read the Incompatible apps section first. Contact those developers before you touch anything else. Their reply time sets your calendar, and it is the one part of this you do not control.
  3. Replace each tracking snippet. Meta Ads, Google Ads and other major platforms have supported app pixels. Anything without an app becomes a custom pixel under Settings → Customer events.
  4. Place a test order and confirm each event fires, both in Customer events and in the ad platform's own reporting.
  5. Click Upgrade to publish.
  6. Rebuild visible page content as blocks. This step can happen after step 5.

Upgrading manually before August 26 also keeps a revert path open that an automatic upgrade closes. Shopify allows 30 days to undo a manual upgrade and no window at all after an automatic one. Full conditions are further down.

How long does the Shopify checkout migration take?

Migration time is set by the line-item count in your upgrade report, not by store revenue or catalogue size. Open Settings → Checkout, click Review customizations, and count three things: apps with an available update, apps in the Incompatible list, and snippets sitting in additional scripts.

An app with an available update needs its tracking reconnected in the Tracking and analytics section of the upgrade guide, and its page content re-added as a block in the checkout and accounts editor. Both are admin configuration.

Tracking snippets each need an official app pixel from the relevant integration, or a custom pixel under Settings → Customer events, plus a test order to confirm the event fires in Customer events and in the ad platform's own reporting.

Incompatible apps are the exception, because you are waiting on a developer to ship a compatible version or sourcing and configuring a replacement. Contact those developers first.

Ad platform reporting lags behind a test order. Confirming your conversion count is healthy means comparing a few days of post-publish data against the same weekday the week before, rather than watching a single event land.

Which stores does this deadline apply to?

Every store on a non-Plus Shopify plan still running the legacy Thank you and Order status pages. Shopify Plus stores moved on an earlier timeline. Stores on the Pause and Build plan are upgraded automatically, and pausing your store at any point triggers that same automatic upgrade, which cannot be undone afterward.

To check which version you are on, open Settings then Checkout and look at the Configurations section. A notice about upgrading your Thank you and Order status pages means you are still on the legacy version.

What happens if you do nothing?

On August 26, 2026, Shopify automatically replaces the legacy Thank you and Order status pages with the Checkout Extensibility versions. Customizations you built with additional scripts, checkout.liquid, or script-tag apps do not carry over.

Stores that accumulated customizations over several years lose the most, and often do not know what is in there. Typical contents include a conversion pixel a former agency pasted in, a post-purchase survey, a referral widget, and a tracking-number lookup. Tracking degrades silently when legacy scripts are not migrated, and attribution gaps appear without anyone noticing until reporting starts to drift.

Will your Meta and Google conversion tracking break?

Only if you do not migrate it. Nothing errors when a pixel stops firing, so the loss shows up in your reporting rather than in your admin, which is why this belongs at the front of the migration rather than the end.

Every snippet currently sitting in additional scripts needs a replacement. Official integrations and supported app pixels cover platforms such as Meta Ads and Google Ads. Anything without an app becomes a custom pixel under Settings then Customer events.

Browser-side tracking was never fully reliable on this page. It can miss purchases during network interruptions, when ad blockers are aggressive, or when a customer leaves before client-side tracking finishes.

The migration is a good moment to strengthen backend reporting alongside it. Shopify's order webhooks give you a reliable server-side record of completed orders, emitted from Shopify's own backend regardless of what the customer's browser did next. Order webhooks are not a substitute for ad platform attribution. For Meta Ads, Google Ads, and similar platforms, keep using their supported integrations, app pixels, web pixels, or Conversions API paths where available.

What exactly stops working?

Three mechanisms are being retired on these two pages: additional scripts, checkout.liquid customizations, and apps that rely on script tags.

Additional scripts are already locked. According to Shopify, the additional scripts section in Checkout settings has been view-only since August 28, 2025, so you can read what is in there but not edit it. Read it today regardless of when you plan to migrate, because it is the inventory of everything you are about to lose.

What replaces each one?

What you had

What replaces it

Visible content added via additional scripts or checkout.liquid

Blocks, added in the checkout and accounts editor

Conversion and analytics tracking

App pixels for supported apps, custom pixels for everything else

Custom interactive functionality

Checkout UI extensions, built by a developer

App features using script tags

An updated version of the app, or a replacement

Blocks are the drag-and-drop content sections in the checkout and accounts editor. Shopify maintains App Store collections of apps offering blocks for the common cases, including order tracking, reviews, loyalty and referrals, subscriptions, upsell and cross-sell, and forms and surveys.

Arbitrary JavaScript can no longer be injected directly into these pages. Custom functionality now runs through Checkout UI extensions and web pixels inside Shopify's supported sandbox. That is more constrained than pasting code into a text field, and it is the trade Shopify made for a checkout that a third party's script cannot break.

Do not click Upgrade first

The Upgrade button publishes. Install your replacement apps, rebuild your customizations as blocks, set up your pixels, and verify tracking before you press it. Once you upgrade, legacy customizations stop running.

How do you find out what is on your pages right now?

Shopify generates a personalized upgrade report listing the customizations it found on your store.

  1. Go to Settings then Checkout.
  2. In the Configurations section, expand the upgrade notice and click Review customizations.
  3. Work through the Apps section. Apps their developers have already updated appear here with instructions for reconnecting tracking and re-adding customizations as blocks.
  4. Work through the Incompatible apps section. These are apps whose developers have not shipped a compatible version. Contact the developer or find a replacement.
  5. Work through your additional scripts. Shopify's upgrade guide groups them by purpose, so you can see which are tracking, which are authentication, which are order tracking, and so on.
  6. Test your replacements.
  7. Click Upgrade to publish.
  8. Validate that your conversion events are firing after launch.

An empty report means you have nothing to migrate and can go straight to publishing.

What do the new pages do that the old ones did not?

Disclosure before this section: Pier39 AI builds a post-purchase app that runs on these pages, so we have a reason to care what they can do. Check the Shopify documentation rather than taking our word for it.

The new Order status page is a customer account page, which changes what it can do on repeat visits. It includes features such as Buy again, shown by default and hideable from the checkout and accounts editor, and it supports self-serve returns once Shopify's return features are set up.

The Order status page gets opened repeatedly between purchase and delivery, and it now carries reorder and returns rather than functioning as a static receipt.

What can you no longer do?

Per-market customization of the Thank you and Order status pages is not supported. If you previously showed different post-purchase content by Shopify Market or region, you will need to move to a single experience across all markets.

Hiding individual items inside a bundle is not supported.

Anything that depended on reading customer PII from the page needs rethinking, since pulling email or phone from the page for advertising or automation does not survive the move.

Can you revert after upgrading?

Only under narrow conditions, and only before the deadline. Shopify allows a revert if your store was created before January 6, 2025, your pages had pre-existing customizations using additional scripts or script-tag apps, and you upgraded manually within the previous 30 days. Your block-based customizations are saved as a draft configuration you can publish again later.

Automatic upgrades cannot be reverted, and neither can the upgrade triggered by pausing your store. If you want a safety net, upgrade manually and early, while the revert path is still open.



FAQ

When is the deadline? August 26, 2026, for stores on non-Plus Shopify plans. Shopify Plus stores moved on an earlier timeline and have been auto-upgraded since January 2026.

Does this affect my checkout form? No. The August 26, 2026 upgrade applies to the Thank you page and the Order status page. The pages where customers enter shipping and payment details are unchanged.

How long does the migration take? It is set by the line-item count in your upgrade report. An empty report publishes in minutes. Each updated app needs its tracking reconnected and its content re-added as a block, and each tracking snippet needs a pixel plus a test order. Anything in the Incompatible list puts your timeline in an app developer's hands.

What do I do first if the deadline is close? Conversion tracking, because lost attribution cannot be backfilled. Copy your additional scripts to a document, contact the developers of any incompatible apps, replace each snippet with an app pixel or custom pixel, test, then publish. Rebuild page content as blocks afterwards.

Will I lose my Meta or Google conversion tracking? Only if you do not migrate it. Each snippet in additional scripts needs replacing with an app pixel from the relevant integration, or a custom pixel under Settings then Customer events.

What happens if I miss the deadline? Shopify upgrades your pages automatically. Customizations built with additional scripts, checkout.liquid, or script-tag apps are replaced, and an automatic upgrade cannot be reverted.



Related reading: Rewards are having a moment. We've been here the whole time.


News
Technology
persona-brand-logo
Payload Logo© 2024 Pier 39, Inc