Deadline: August 2026
Shopify will remove checkout.liquid for ALL stores by August 2026. Any tracking scripts injected via checkout.liquid will stop working. If you haven't migrated to Web Pixels or a tracking app that uses them, your conversion data will break.
Quick Answer
Shopify is removing checkout.liquid for all stores by August 2026, which means any Google Ads tracking scripts injected there will break. You need to migrate to Web Pixels (Shopify's new tracking API) or use a tracking app that already supports them. ScaleUp uses Web Pixels natively, so there's zero migration needed.
What Is Checkout Extensibility?
Checkout Extensibility is Shopify's replacement for the legacy checkout.liquid template. Instead of giving merchants direct access to the checkout HTML and Liquid code, Shopify provides a set of APIs and UI extensions that let you customize the checkout experience in a controlled, upgrade-safe way.
The legacy approach — editing checkout.liquid directly — gave merchants enormous flexibility. You could inject any JavaScript, modify the DOM, add custom fields, and embed third-party tracking scripts directly into the checkout pages. But that flexibility came with a cost: Shopify couldn't update or secure the checkout without risking breaking merchant customizations.
Checkout Extensibility solves this by providing structured extension points. Instead of raw HTML/JS injection, merchants use Checkout UI Extensions for visual customizations and Web Pixels for tracking. Shopify controls the underlying checkout infrastructure, while merchants customize through well-defined interfaces.
For Plus merchants, this transition has been underway since 2023. The key change now is that Shopify is extending this requirement to all stores — including non-Plus plans — with a hard deadline in August 2026.
The August 2026 Timeline
Shopify has been phasing out checkout.liquid over several years, with different deadlines for different plan tiers. Understanding the timeline helps you assess how urgent this is for your store.
For Shopify Plus stores, the original mandatory upgrade deadline was August 28, 2025. After that date, Plus stores that hadn't migrated were automatically upgraded to the new checkout. Many Plus merchants completed this migration in 2024 and early 2025.
For non-Plus stores (Basic, Shopify, and Advanced plans), the deadline is August 2026. This is the final phase of the rollout. After this date, checkout.liquid will be completely removed from the platform — no exceptions, no extensions.
If you're on a non-Plus plan and your store was created before the Checkout Extensibility launch, you likely still have checkout.liquid available. That access will be revoked in August 2026. New stores created after mid-2024 already use the new checkout system by default.
No More Extensions
Unlike previous Shopify deprecations, there will be no further deadline extensions for checkout.liquid. Shopify has confirmed August 2026 is final. Plan your migration now — don't wait for a last-minute scramble.
What Changes for Non-Plus Stores
If you're on a Basic, Shopify, or Advanced plan, here's exactly what changes when checkout.liquid is removed. The impact depends on how you've customized your checkout.
First, any custom scripts injected into checkout.liquid stop executing. This includes Google Ads conversion tags, Facebook Pixels, custom analytics scripts, affiliate tracking codes, and any other JavaScript you added to the checkout pages. These scripts simply won't run anymore.
Second, any visual customizations made through checkout.liquid (custom CSS, additional form fields, trust badges, upsell sections) will disappear. You'll need to rebuild these using Checkout UI Extensions if they're important to your conversion rate.
Third, post-purchase page customizations that relied on checkout.liquid also stop working. If you used the thank-you page or order status page scripts for tracking, those need to migrate to Web Pixels.
Custom tracking scripts in checkout
Google Ads, Facebook, TikTok, or other conversion tags injected via checkout.liquid will stop firing. This is the most common and impactful change for most merchants.
GTM container in checkout pages
If you added Google Tag Manager to checkout.liquid, that container won't load. Any tags fired through GTM on checkout pages will stop working.
Third-party app scripts
Some older Shopify apps inject scripts via checkout.liquid. Those apps need to update to use the Web Pixel API or Checkout Extensions. Check with your app developers.
Custom CSS and visual changes
Any styling or layout changes made through checkout.liquid will be removed. Rebuild using Checkout UI Extensions or the checkout editor.
Impact on Your Google Ads Tracking
The checkout.liquid removal has a direct and significant impact on Google Ads conversion tracking. Here's what breaks and why.
The most common tracking setup for Shopify stores involves injecting a Google Ads conversion tag (or GTM container) into the checkout.liquid template, specifically on the thank-you page. When a customer completes a purchase, the page loads, the script fires, and a conversion is sent to Google Ads. After the migration, this script injection point no longer exists. The tag never fires. Google never receives the conversion signal.
The result: your Google Ads account shows zero conversions even though Shopify processes orders normally. Smart Bidding loses its optimization signal and starts making uninformed bidding decisions. Your campaigns effectively fly blind, spending budget without any conversion feedback to guide the algorithm.
This isn't a gradual degradation — it's a binary failure. One day your tracking works, the next day (after the migration) it doesn't. There's no partial state or graceful fallback. If your tracking depends on checkout.liquid, it will completely stop on the migration date.
Enhanced Conversions, which rely on the same tag infrastructure, will also stop working if they were implemented via checkout.liquid scripts. This means you lose both your primary conversion signal and the Enhanced Conversions fallback at the same time.
Smart Bidding Impact
When conversion data stops flowing, Smart Bidding doesn't pause — it continues spending based on stale data. Within 7-14 days, bid strategies like tROAS or tCPA will significantly degrade. The longer tracking is broken, the harder it is to recover campaign performance.
Future-proof your tracking today
ScaleUp already uses Shopify's Web Pixel API — zero impact from the checkout.liquid removal. Install once, track forever.
Install Free on ShopifyRated 5.0 on Shopify App Store
Web Pixel Migration: What You Need to Know
Shopify's Web Pixel API is the replacement for checkout.liquid script injection. It's the only supported method for running tracking scripts in Shopify's new checkout.
Web Pixels run in a sandboxed iframe, separate from the main checkout page. This means they can't access or modify the checkout DOM, but they can listen for customer events (page views, add-to-cart, checkout steps, purchases) and send data to third-party services like Google Ads.
There are two types of Web Pixels. Custom Pixels are code snippets you write yourself — think of them as the Web Pixel equivalent of pasting a script tag into checkout.liquid. App Pixels are managed by Shopify apps and configured automatically when you install the app. For most merchants, App Pixels are the simpler path because the app developer handles the technical implementation.
The key architectural difference: checkout.liquid scripts had full access to the page DOM and could read any element, form field, or data layer variable. Web Pixels operate through Shopify's event subscription system. They receive structured event data (product info, order details, customer data) through a defined API rather than scraping the page.
Web Pixel Limitations
Web Pixels run in a sandboxed environment and cannot access the checkout DOM, read form fields directly, or modify the checkout UI. They can only respond to events published by Shopify's Customer Events API. This is by design — it protects checkout security and performance.
How to Check If You're Affected
Not every store is impacted. If you set up your tracking through a Shopify app that already uses Web Pixels, you may have nothing to worry about. Here's how to determine your situation.
First, check if your store uses checkout.liquid at all. Go to your Shopify admin, navigate to Settings > Checkout, and look for a "Checkout liquid" or "Additional scripts" section. If you see one with scripts in it, you're affected. If you don't see this option (common for newer stores), you're already on the new checkout.
Second, look at what's in those scripts. If you find Google Ads conversion tags (containing 'AW-' followed by numbers), GTM container snippets (containing 'GTM-'), or any other tracking-related JavaScript, those scripts will stop working after the migration.
Third, check your installed apps. Some apps may have already migrated to Web Pixels. Contact the app developer or check the app's documentation to confirm whether it depends on checkout.liquid or uses the Web Pixel API.
Check Settings > Checkout
Look for "Additional scripts" or "Order status page scripts" sections. Any code here runs via checkout.liquid and will break.
Search for tracking IDs
Look for 'AW-' (Google Ads), 'GTM-' (Tag Manager), 'fbq(' (Facebook), or other tracking codes in your checkout scripts.
Review installed apps
Check with each tracking app to confirm it uses Web Pixels. Apps that haven't updated will stop tracking after the migration.
Test with Tag Assistant
Place a test order and use Google Tag Assistant to see where your conversion tag fires from. If it loads from the checkout page DOM (not a Web Pixel), you're affected.
How to Migrate Your Tracking
If you've confirmed that your tracking depends on checkout.liquid, here's how to migrate. You have three main options, ranked from simplest to most technical.
Option 1: Install a tracking app that uses Web Pixels. This is the fastest path for most merchants. Apps like ScaleUp, Littledata, or Elevar have already built their tracking on the Web Pixel API. You install the app, connect your Google Ads account, and the app handles all tracking through App Pixels. No code required.
Option 2: Use Shopify's Google & YouTube app. Shopify's official integration uses the Web Pixel API and provides basic conversion tracking. It's free and handles the essentials, though it lacks some advanced features like Enhanced Conversions and server-side tracking that dedicated apps provide.
Option 3: Build a Custom Pixel. If you need full control, you can create a Custom Pixel in your Shopify admin under Settings > Customer events. You'll write JavaScript that subscribes to Shopify's customer events (checkout_completed, etc.) and sends conversion data to Google Ads. This requires development knowledge and ongoing maintenance.
Migrate Early, Not Late
Don't wait until August 2026. Migrate your tracking now and run both systems in parallel. This lets you verify the new tracking matches the old before checkout.liquid is removed. Running parallel tracking for 2-4 weeks catches discrepancies before they become real problems.
How ScaleUp Handles the Transition Automatically
ScaleUp was built on Shopify's Web Pixel API from the start. It has never relied on checkout.liquid for tracking. This means the August 2026 deadline has zero impact on ScaleUp users — your tracking continues working exactly as before without any migration, code changes, or action on your part.
Here's specifically what ScaleUp does differently: instead of injecting scripts into the checkout page, ScaleUp registers an App Pixel through Shopify's official API. This pixel listens for purchase events, captures order details (including transaction ID, order value, currency, and line items), and sends conversion data directly to Google Ads using the Measurement Protocol and the Google Ads API.
Because ScaleUp uses server-side tracking in addition to the Web Pixel, it actually provides better data reliability than checkout.liquid scripts ever could. The Web Pixel handles the initial conversion signal, while server-side tracking provides a backup that catches conversions missed by client-side tracking (ad blockers, browser privacy features, network failures).
ScaleUp also includes Enhanced Conversions, transaction ID deduplication, and Consent Mode v2 support — all implemented through supported APIs that won't break with Shopify platform changes. When Shopify evolves their checkout, ScaleUp adapts automatically because it uses the official, supported integration points.
Zero Migration Required
ScaleUp already uses Web Pixels and server-side tracking — no checkout.liquid dependency, no migration needed, no deadline pressure. Install once, and your Google Ads tracking is future-proof.
Install Free on ShopifyFrequently Asked Questions
When exactly does checkout.liquid get removed?
For Shopify Plus stores, the deadline was August 28, 2025. For all other plans (Basic, Shopify, Advanced), the removal date is August 2026. After these dates, checkout.liquid is completely unavailable — no opt-out, no extension.
Will my Google & YouTube app tracking keep working?
Yes. Shopify's Google & YouTube app already uses the Web Pixel API. If this is your only tracking method, no migration is needed. However, if you also added manual scripts to checkout.liquid, those separate scripts will stop working.
Can I still use GTM for checkout tracking?
Not through checkout.liquid injection. You can use GTM in a Custom Pixel (with limitations), but the simpler approach is to use a tracking app or Shopify's native integration that handles Web Pixel events directly.
What about the thank-you page and order status page?
Scripts added to the "Additional scripts" or "Order status page" sections in Settings > Checkout also rely on checkout.liquid. These will stop working after the migration. Use Web Pixels or an app to track purchase events instead.
Do I need to do anything if I use ScaleUp?
No. ScaleUp uses the Web Pixel API and server-side tracking — it has never depended on checkout.liquid. Your tracking will continue working with zero changes after the migration.
Sources
Future-Proof Your Tracking
ScaleUp uses Web Pixels and server-side tracking — no checkout.liquid dependency, no migration headache.
Install Free on ShopifyNo credit card required

Written by Jamie Scott
Founder & CEO, ScaleUp
Jamie helps Shopify merchants navigate platform changes and maintain accurate Google Ads conversion tracking through every Shopify update.
Google Ads & Shopify conversion tracking experts
Have questions about this article? Check our FAQ or contact us.
Related Resources
Ready to fix your tracking?
Get accurate Google Ads conversion tracking on Shopify in under 5 minutes.