If you're a Shopify merchant and the phrase "checkout.liquid" means nothing to you, that's actually a reasonable place to be — but it's worth two minutes to check, because the deadline that matters most is now under a month away.

What's actually happening

Shopify has been walking away from checkout.liquid — the old system that let merchants and developers directly edit checkout page code — for about two years now. It didn't happen all at once. The core checkout steps (Information, Shipping, Payment) moved off checkout.liquid on August 13, 2024. Plus stores lost support for the Thank You and Order Status pages on August 28, 2025. The last piece — non-Plus stores' Thank You and Order Status pages — has its hard cutoff on August 26, 2026.

That cutoff isn't necessarily the single day the switch flips for your store specifically. Shopify's own documentation notes that automatic upgrades for eligible stores have been rolling out gradually since January 2026, well ahead of the deadline. August 26 is the date by which every non-Plus store still on checkout.liquid is guaranteed to have been upgraded — some stores may see it happen earlier. Either way, once a store is upgraded, checkout.liquid customizations are not preserved.

What breaks, specifically

The parts of checkout most stores actually customize are the parts most at risk here:

Conversion tracking pixels on the Thank You pageSTOPS FIRING
Custom scripts in the "Additional Scripts" fieldREMOVED
Post-purchase upsells built via checkout.liquidREMOVED
Loyalty point displays on order confirmationREMOVED
Core checkout fields (name, address, payment)ALREADY MIGRATED
Shopify Payments and standard shipping optionsUNAFFECTED

The scariest-sounding consequence for most merchants is the first one. If your ad platform's conversion tracking depends on a pixel firing from the Thank You page, that data goes dark the moment the auto-upgrade happens — which, if you run paid acquisition, quietly breaks the reporting your budget decisions are based on before you'd even notice it happened.

How to check if this applies to you

Go to Settings → Checkout in your Shopify admin. If you see a yellow warning banner, or a visible code editor for checkout.liquid, you're still on the legacy system and this deadline is yours to act on. If you see the newer visual checkout and accounts editor instead, you've likely already been migrated — though it's still worth confirming that everything you expected to carry over actually did, since not every customization survives an automatic migration cleanly.

What the replacement actually looks like

The system replacing checkout.liquid is called Checkout Extensibility, and it's built around three pieces: Checkout UI Extensions for visual additions (gift notes, shipping insurance upsells, trust badges), Shopify Functions for backend logic (discount rules, payment routing, cart validation), and Web Pixels for analytics tracking that's built to survive platform updates instead of breaking with every theme change.

The upside, once migrated, is real: these extensions are sandboxed and versioned, which means Shopify can keep shipping checkout improvements without your customizations breaking every time they do. That's the tradeoff — a bit more structure now, in exchange for not re-fixing the same three scripts every time Shopify ships an update.

If you've been putting this off because you assumed it meant a full rebuild, it's worth reconsidering that assumption. For most stores, the built-in checkout and accounts editor now handles the majority of what merchants used to need custom code for — often more than people expect. The remaining edge cases, genuinely custom logic, are usually a focused, short engagement rather than a multi-week project.

What we'd actually tell a client

Don't wait for the deadline to find out what breaks. Check your Settings → Checkout page this week. If you see the legacy editor, get a scope on what needs to move before August 26 — not because the sky falls that day, but because the fix is genuinely small right now and turns into an emergency the week of the cutoff, when every other merchant who put it off is also calling an agency.