×
Shopify agency background 1 Shopify agency background 2 Shopify agency background 3 Shopify agency background 4

Shopify Online Store 2.0: What It Means for Your Store in 2026

E-COMMERCE SHOPIFY
Blog image
Post Image

Ayo is the founder of Why Matters, a Shopify agency based in Brighton. With over 20 years of experience in ecommerce, digital marketing, and ROI-driven growth, he has helped hundreds of Shopify brands build, launch, and scale their online stores. Why Matters is a certified Shopify, Klaviyo, and Recharge partner.

SHARE

Shopify Online Store 2.0 is the theme architecture that powers every modern Shopify store, introducing sections on every page, metafields for custom data, app extensions that do not slow down your site, and a more flexible theme editor. If your store is still running a legacy theme built before Online Store 2.0, you are missing out on functionality that directly affects how easily you can customise your store, how fast it loads, and how effectively your apps integrate with your theme.

Online Store 2.0 launched in 2021 and is now the standard for all new Shopify themes. However, many existing stores are still running older themes that were never upgraded, which means they cannot access the full range of features that the platform now offers. This guide explains what Online Store 2.0 includes, how to check whether your store is using it, and what you gain by upgrading.

Agency insight: A significant number of the Shopify stores we audit are still running legacy themes that predate Online Store 2.0. In almost every case, upgrading to a 2.0 theme produces immediate improvements in page speed, customisation flexibility, and app performance, often without any change to the store's visual design.


Key Takeaways

  • Online Store 2.0 is the current standard Shopify theme architecture, not a separate product or paid upgrade
  • The key features are sections on every page, metafields for custom data, app extensions, and an improved theme editor
  • Stores running legacy (pre-2.0) themes cannot access these features and typically have slower page speeds
  • Upgrading from a legacy theme to a 2.0 theme is one of the highest-impact technical improvements a Shopify store can make
  • All free Shopify themes (Dawn, Sense, Craft) are built on Online Store 2.0

Table of Contents


What Is Shopify Online Store 2.0?

Online Store 2.0 is a major update to how Shopify themes are built and how they interact with your store's data and apps. It is not a separate product, not a paid upgrade, and not something you need to enable. It is the underlying architecture that determines what your theme can do.

Before Online Store 2.0, Shopify themes were more rigid. Sections (the drag-and-drop content blocks you can add and rearrange in the theme editor) only worked on the homepage. Product pages, collection pages, blog posts, and other pages had fixed layouts that could not be customised without editing code. Custom data fields required third-party apps or manual code changes. Apps injected code directly into your theme files, which slowed down pages and created conflicts when apps were removed.

Online Store 2.0 changed all of this. Sections now work on every page. Custom data is managed through native metafields. Apps use extensions that load independently of your theme code. The result is a more flexible, faster, and more maintainable store.


Sections on Every Page: The Biggest Improvement

Before Online Store 2.0, the only page where you could add, remove, and rearrange content blocks in the theme editor was the homepage. Every other page (product pages, collection pages, blog pages, custom pages) had a fixed layout defined by the theme's code. Changing the layout of a product page required a developer.

With Online Store 2.0, sections work on every page type. This means you can:

  • Add a testimonials section to your product pages without touching code
  • Rearrange the order of content blocks on your collection pages
  • Add a newsletter signup section to your blog posts
  • Create unique page layouts for specific products or collections using templates
  • Add promotional banners, image galleries, or FAQ sections anywhere on any page

This is the single feature that has the greatest practical impact for store owners, because it removes the need for developer involvement in the majority of page layout changes.

Why Matters perspective: sections on every page transformed how we build Shopify stores for clients. Previously, every layout change to a product page or collection page required a developer to edit Liquid code. Now, most layout changes can be made by the merchant directly in the theme editor, which means faster changes, lower ongoing costs, and a store that adapts more quickly to business needs. For a full guide to optimising your Shopify product and collection pages, see our Shopify SEO guide.


Metafields: Custom Data Without Code or Third-Party Apps

Metafields allow you to store and display custom data on your products, collections, customers, and orders without installing a third-party app or editing theme code. Before Online Store 2.0, adding custom information to a product page (such as care instructions, ingredients lists, fabric composition, or sizing charts) required either a metafields app or manual Liquid code edits.

With Online Store 2.0, metafields are managed natively in the Shopify admin. You define the data type (text, number, date, colour, file, URL, and more), assign it to the relevant resource (product, collection, variant, customer), and connect it to your theme through the editor. No code required.

Practical examples of metafields for Shopify stores:

  • Ingredient lists on product pages for food, skincare, or supplement brands
  • Care instructions for clothing and textiles
  • Warranty information displayed on product pages
  • Supplementary nutritional information
  • Size guides linked to specific product categories
  • Delivery lead times that vary by product
  • Custom badges or labels (new, bestseller, limited edition)

Metafields also integrate with Shopify's filtering system, allowing customers to filter products by custom attributes that you define, such as material, colour, or dietary information.


App Extensions: Faster Stores, Cleaner Code

Before Online Store 2.0, Shopify apps installed themselves by injecting code directly into your theme's Liquid files. This had three significant problems. First, it slowed down your store because app code loaded on every page whether the app was active on that page or not. Second, removing an app did not always remove its code, leaving behind residual scripts that continued to degrade performance. Third, multiple apps injecting code into the same theme files created conflicts and unpredictable behaviour.

Online Store 2.0 introduced app extensions (also called theme app extensions), which work differently. Apps now integrate through dedicated extension points in the theme rather than injecting code into theme files. This means:

  • Apps only load on the pages where they are actually used
  • Removing an app cleanly removes its code with no residual scripts left behind
  • App conflicts are significantly reduced because apps no longer modify the same theme files
  • Page speed improves because unused app code is not loaded on every page

This change is one of the primary reasons why Online Store 2.0 themes are consistently faster than legacy themes. Every app that was installed on a legacy theme contributed to page load time whether it was being used on that page or not. On a 2.0 theme, apps are loaded only where needed.

For more on how page speed and Core Web Vitals affect your Shopify store's SEO and conversion rate, see our Shopify SEO guide.


The Improved Theme Editor

Online Store 2.0 brought a significantly improved theme editor experience. The editor now supports:

  • Template-level editing: create multiple templates for the same page type (for example, a standard product template and a special launch product template with different section layouts)
  • Section groups: organise sections into header and footer groups that remain consistent across all pages
  • Dynamic sources: connect sections and blocks to metafield data so that content updates automatically when the underlying data changes
  • Preview across page types: preview how your theme looks on product pages, collection pages, and blog pages directly in the editor, not just the homepage

These improvements make the theme editor a genuinely powerful tool for merchants who want to manage their store's layout and content without developer involvement.


JSON Templates: The Technical Foundation

The technical change that enables everything above is the move from Liquid templates to JSON templates. In legacy themes, each page type (product, collection, blog, page) was controlled by a single Liquid template file that defined both the layout and the content. Changing the layout required editing that file's code.

In Online Store 2.0 themes, each page type uses a JSON template that simply lists which sections appear and in what order. The sections themselves contain the layout code. This separation is what allows the theme editor to add, remove, and rearrange sections on any page without touching code.

For store owners, this technical detail is largely invisible. The practical result is the flexibility described in the sections above. For developers, it means cleaner, more maintainable theme code and easier customisation. Our Shopify developers build all new stores on the Online Store 2.0 architecture by default.


Is Your Store Running Online Store 2.0?

If your Shopify store was set up in 2022 or later and you are using one of Shopify's free themes (Dawn, Sense, Craft, Refresh, Ride, Studio, or others), you are almost certainly on Online Store 2.0 already.

If your store was set up before 2022 or you are using a third-party theme that has not been updated, you may still be running a legacy theme. Here is how to check:

  1. Go to your Shopify admin and navigate to Online Store > Themes
  2. Click "Customize" on your active theme
  3. Navigate to a product page in the theme editor
  4. If you can add and rearrange sections on the product page (not just the homepage), your theme is Online Store 2.0
  5. If sections only work on the homepage and product pages have a fixed layout, you are on a legacy theme

If you are unsure, your theme's documentation should state whether it supports Online Store 2.0. Alternatively, email us and we can check for you as part of a quick store review.


Should You Upgrade to a 2.0 Theme?

If your store is still running a legacy theme, upgrading to an Online Store 2.0 theme is one of the highest-impact technical improvements you can make. The benefits include:

  • Faster page speeds due to cleaner app integration and more efficient code architecture
  • Greater customisation flexibility through sections on every page and metafields for custom data
  • Lower ongoing development costs because many changes that previously required a developer can now be made in the theme editor
  • Better app performance because apps load only where needed rather than on every page
  • Improved SEO through faster load times, which directly affects Core Web Vitals scores and search rankings
  • Future-proofing because all new Shopify features and updates are built for the 2.0 architecture

The upgrade process depends on your current theme. If you are using one of Shopify's older free themes (Debut, Brooklyn, Narrative, or others), you can switch to a newer free 2.0 theme like Dawn and reconfigure your content in the new theme editor. If you have a heavily customised legacy theme, the upgrade typically involves rebuilding the customisations within a 2.0 theme framework, which our Shopify developers can handle.

Why Matters perspective: upgrading to a 2.0 theme does not mean losing your store's design. In most cases, we can replicate the visual design of a legacy theme within a 2.0 framework while gaining all the performance and flexibility benefits. The stores we have upgraded consistently see measurable improvements in page speed, which in turn improves both SEO rankings and conversion rates. For more on how page speed and design affect conversions, see our guide on why your website's conversion rate matters.


Dawn: Shopify's Reference 2.0 Theme

Dawn is Shopify's default free theme and serves as the reference implementation for Online Store 2.0. It was designed from the ground up to be fast, flexible, and fully compatible with every 2.0 feature. Dawn uses minimal JavaScript, loads significantly faster than most legacy themes, and provides a clean starting point for customisation.

Dawn is not the only 2.0 theme available. Shopify offers several free 2.0 themes (Sense, Craft, Refresh, Ride, Studio, and others), each designed for different store types and aesthetic preferences. Premium 2.0 themes are available in the Shopify Theme Store from £150 to £300 as a one-off purchase.

For stores that need a completely custom design, a bespoke 2.0 theme built by a Shopify designer provides maximum visual flexibility while retaining all the architectural benefits of Online Store 2.0.


Why Matters Perspective

Online Store 2.0 was the most significant update to Shopify's theme architecture since the platform launched, and its impact on how we build and maintain stores has been substantial. The ability to use sections on every page, manage custom data through native metafields, and integrate apps without degrading performance has made Shopify stores faster to build, cheaper to maintain, and more flexible for merchants to manage day-to-day.

If your store is still running a legacy theme, upgrading should be near the top of your priority list. The performance and flexibility gains are immediate, and the longer you wait, the further behind your store falls compared to competitors who are already benefiting from the faster, more customisable 2.0 architecture.

If you are unsure whether your theme is Online Store 2.0 or want help upgrading, email us. We can audit your current theme, recommend the best upgrade path, and handle the migration without disrupting your store's design or functionality.


Frequently Asked Questions

What is the difference between Shopify and Shopify Online Store 2.0? Online Store 2.0 is not a separate product. It is an update to how Shopify themes are built. Every Shopify store uses the same platform. The difference is whether your theme is built on the older legacy architecture or the newer 2.0 architecture. The platform features (payments, orders, products) are the same regardless of which theme architecture you use.

Do I have to pay to upgrade to Online Store 2.0? No. Online Store 2.0 is not a paid upgrade. If you switch to a free 2.0 theme like Dawn, the upgrade costs nothing. If you want a premium 2.0 theme, the theme itself has a one-off cost (typically £150 to £300). If you need a developer to migrate customisations from a legacy theme to a 2.0 theme, there will be development costs, but the platform upgrade itself is free.

Will upgrading to a 2.0 theme change my store's design? Not necessarily. If you switch to a different theme, the visual design will change. However, a developer can replicate your existing design within a 2.0 theme framework, giving you the same look while gaining all the performance and flexibility benefits. This is the approach we take with most client upgrades.

How does Online Store 2.0 affect SEO? Online Store 2.0 themes are typically faster than legacy themes because of cleaner app integration and more efficient code. Page speed is a confirmed Google ranking factor. Faster pages also improve user experience and conversion rates. For a full SEO guide, see our Shopify SEO guide.

What are metafields and do I need them? Metafields are custom data fields that let you store and display information beyond what Shopify's standard product fields support. If you need to display care instructions, ingredient lists, warranty details, custom badges, or any other product-specific information, metafields are the native way to do it without third-party apps or code edits. They are available on all Shopify plans.

Is Dawn the best Shopify theme? Dawn is not necessarily the best theme for every store, but it is the fastest and most flexible starting point. It is Shopify's reference implementation for Online Store 2.0 and uses minimal JavaScript for maximum performance. For stores that need a specific aesthetic or advanced layout features, other free or premium 2.0 themes may be more appropriate. For a completely custom design, a bespoke theme built by a Shopify designer provides the most control.


Final Thoughts

Online Store 2.0 is no longer new, but a surprising number of Shopify stores have not yet taken full advantage of it. If your store is still running a legacy theme, you are operating with slower page speeds, less customisation flexibility, messier app integrations, and higher ongoing development costs than you need to be.

The upgrade is one of the most straightforward, highest-impact technical improvements available to any Shopify merchant. It does not require changing platforms, rebuilding your product catalogue, or losing your existing design. It simply means moving to a theme architecture that is faster, more flexible, and better supported.

If you are unsure whether your store is using Online Store 2.0 or want help upgrading, email us. We would be happy to take a look and advise on the best path forward.


Related Articles