Shopify Editions Summer '26: What Actually Matters for Subscription Brands
Shopify's Summer '26 Editions landed in early June with the usual volume: well over a hundred product updates spread across checkout, themes, B2B, POS, AI and the admin. The keynote is polished, the marketing site is gorgeous, and almost none of it requires anything from you. For a subscription operator, an Editions drop is mostly a filtering exercise.
We went through the full release notes the day they shipped, the same way we do every January and June, and scored each change against a single question: does this affect how a recurring-revenue brand acquires, converts or retains subscribers? Six changes passed. One of them has a hard deadline attached.
Summer '26 changes that matter for subscriptions
Out of the hundred-plus updates in the release, six materially affect subscription brands. The rest are worth a skim at most. One carries a 30 June deadline that will break live discount logic if you ignore it.
Here is the filtered list, ranked by urgency.
The triage board
Before the detail, the summary. Everything below is grouped by what we'd actually do with it: the change with a date attached, the two worth actioning this quarter, and the three to plan around.
Hard deadline — act now
Shopify Scripts sunset
Plus 30 June 2026Scripts stop executing entirely. Discount, shipping and payment logic written in Ruby must be migrated to Functions before the cutoff.
Action this quarter
Checkout Components go GA
PlusDrag-and-drop post-cart customization for every Plus store. The biggest conversion opportunity in the release.
Native AI merchandising trio
All plansAI Collection Sort, Predictive Cross-Sell Blocks and a Merchandising Insights panel. Trial them before your next app renewal.
Plan & watch
Nested sections in themes
All plansSections inside sections. Complex layouts without a page-builder app, which means fewer apps and faster pages.
Native B2B net terms
PlusNet-30/60 terms with automated invoicing, built in. Relevant if you run a wholesale arm alongside DTC subscriptions.
POS version 10
RetailA ground-up redesign of the POS app. File it away unless you sell in person at retail or pop-ups.
The Summer '26 release, filtered to the six changes that matter for recurring revenue and grouped by urgency.
Checkout Components: GA for every Plus store
The headline change. Checkout Components, Shopify's drag-and-drop system for composing the post-cart experience from blocks, is now generally available to all Plus merchants. Until this release, customising checkout meant developer-built UI extensions deployed through the CLI. The blocks themselves still come from developers and apps, but merchandisers can now arrange, configure and test them from the admin without touching a deploy pipeline.
Shopify's early data claims an 8–22% conversion lift from checkout blocks. Treat that range with appropriate scepticism: it comes from self-selected early-access merchants, measured against their own previous checkouts, and the brands that volunteered for early access were precisely the ones most motivated to optimize. In the checkout work we do, lifts at the top of that range only appear when the starting point was genuinely poor.
conversion lift claimed by Shopify's early data on checkout blocks — from self-selected early adopters measured against their own unoptimised baselines. Plan for the lower bound; treat anything above it as upside.
For subscription brands, the interesting blocks are the ones that touch the plan itself: a one-click upgrade from one-time purchase to subscribe-and-save in the order summary, frequency confirmation before payment, and first-renewal date framing so the subscriber knows exactly what happens next month. We've published a full Checkout Components guide covering block placement, and the underlying extension model is in our piece on checkout extensions.
A supplements brand we work with ran an early-access pilot in the spring: a single subscribe-and-save upgrade block in the order summary, nothing else. It converted a mid-single-digit percentage of one-time buyers into subscribers at the point of payment, which compounds into a meaningful LTV difference over a year. That's a far more honest picture of what one well-placed block does than a headline conversion figure, and it's still comfortably worth the afternoon it took to configure.
If you're on Plus and your checkout is still stock, this is the quarter to change that.
The native AI merchandising trio
Shopify also shipped three AI merchandising features in a single release: AI Collection Sort, which reorders collection pages per visitor based on browsing and purchase signals; Predictive Cross-Sell Blocks for product pages and cart; and a Merchandising Insights panel in the admin that flags underperforming products and suggests actions.
The strategic story is the one Shopify has been telling for several Editions now: functionality that used to require a third-party app gets absorbed into the platform. If you're paying $100–300 a month for a collection-sorting or cross-sell app, the native version just became the benchmark your app has to beat. Run them side by side for thirty days before your next renewal and let the revenue-per-visitor numbers decide.
"Every Editions release quietly converts a category of paid apps into a free platform feature. The merchants who notice first stop paying first."
Our caveat for subscription brands is specific: recommendation engines have historically handled selling plans badly. A cross-sell block that suggests the right product without carrying subscription context can quietly nudge would-be subscribers into one-time purchases, which is a worse outcome dressed up as a conversion. Test what the predictive blocks actually do with subscription products on a single template before enabling them store-wide.
Treat the Merchandising Insights panel as a junior analyst: useful for surfacing things you weren't looking at, not yet trustworthy enough to act on without checking its working.
Three quieter changes worth knowing about
None of these demands action this month, but all three change what you should build (or stop paying for) over the next two quarters.
Nested sections
Themes can now nest sections within sections. Comparison tables, plan-selection layouts and bundle builders no longer need a page-builder app, which means less third-party JavaScript on the pages where subscription conversion happens. Rebuild your heaviest landing page natively and measure the difference.
B2B net terms
Plus stores get native net-30/60 payment terms with automated invoicing and reminders. If you run wholesale replenishment alongside DTC subscriptions, this replaces an app or a manual invoicing workflow. The automated chasing alone is worth scoping if late B2B payments are a recurring headache.
POS version 10
A ground-up redesign of the POS app: faster, cleaner, rebuilt navigation. Only relevant if you sell in person, but if you run pop-ups to acquire subscribers, the refreshed customer lookup makes connecting an in-person sale to an online subscription account less painful than it was.
Nested sections is the sleeper of the three. In the theme audits we run, page-builder apps are consistently among the worst offenders for script weight on PDPs, and most of them are used to build exactly the kind of layout nested sections now handles natively.
The deadline: Scripts sunsets on 30 June
Scripts is the one item with a date attached, and the date is close: 30 June 2026, mere weeks after the Editions announcement. After that, Shopify Scripts stop executing. Line-item discounts, shipping rules and payment-method logic written in Ruby simply cease to apply. There is no grace period and no legacy mode.
2026 — Scripts stop running
Any discount, shipping or payment logic still running on Scripts disappears from your checkout overnight. Subscribers don't see an error; they see full price where their discount used to be.
Subscription brands are disproportionately exposed here, because Scripts were for years the standard way to handle discount stacking on selling plans: first-order discounts that mustn't apply to renewals, tiered pricing on subscription quantities, free-shipping thresholds that count subscription items differently. If your Plus store is more than three years old, assume you have Scripts running until you've proven otherwise.
The migration target is Shopify Functions, and it is not a copy-paste exercise. Functions are compiled, run against a different data model, and split Script behavior across separate APIs for discount, delivery customization and payment customization. We've written a full Scripts-to-Functions migration guide; if your discount logic touches selling plans, read it alongside our piece on selling plan mistakes, because migrations are exactly where stacking bugs get reintroduced.
Checking takes five minutes: open the Script Editor app in your admin and look for anything with a published status. We've audited stores whose owners were adamant they had no Scripts, only to find a renewal-discount exclusion written by a developer who left in 2022, quietly protecting margin on every recurring order. That is exactly the kind of logic that vanishes without ceremony on 1 July, and the first you'll hear of it is a support ticket asking why a loyal subscriber was charged full price.
Do not let this one reach the last week of June.
Your action checklist, by plan tier
Everything above, reduced to what we'd put on the board this month.
Basic & Advanced
-
Trial AI Collection Sort on your top three collections; compare revenue per visitor over 30 days against your current sort order.
-
Enable Predictive Cross-Sell Blocks on one product template first, and check how they treat subscription products before any wider rollout.
-
Audit your app stack against the native AI features before the next renewal cycle; cancel anything the platform now does for free.
-
Rebuild one page-builder page with nested sections and measure the load-time difference before deciding whether to migrate the rest.
Plus
-
Confirm whether any Shopify Scripts are live in your store today. If yes, the Functions migration is your only June priority.
-
Schedule a Checkout Components review: subscription upsell placement, plan-frequency confirmation, and trust elements near payment.
-
Test one checkout change at a time. Shipping five blocks at once and guessing which one moved the number is not optimization.
-
If you run wholesale, scope native B2B net terms against whatever you currently invoice with and price up the switch.
Releases reward operators who filter
Editions drops are built to be overwhelming; shipping everything in one giant announcement is the point. The brands that extract value from them aren't the ones that read everything — they're the ones with a standing habit of asking which changes touch revenue, which touch cost, and which can be safely ignored until the next release.
Our reading of Summer '26: one forced migration, two genuine conversion opportunities, three structural shifts to plan around. Work through the checklist above and you'll have taken more from this release than most of the merchants who watched the keynote live.
And if you're not certain whether your store still has Scripts running, or what your first checkout blocks should be, that's precisely the kind of thing an audit is for.