Shopify
  • Personalization for Shopify
  • Installing
  • Tracking & Session Management
    • Standard Shopify Storefronts
    • Custom Storefronts (Hydrogen, Headless & more)
  • Shopify International (Markets)
    • Front End addition
  • Recommendation Extensions
  • Guides
    • Quicker loading times
    • Granting Access to your Store
    • Adding/Moving Recommendations
    • Customizing Product Metadata
    • How Nosto modifies your theme
    • Version Controlled Themes
    • Implementing enhanced conversion tracking
  • Features
    • Variations (Configurable Products)
    • Managing the Cart
    • Supplier Cost & Inventory Level
    • Restore Cart Link
    • Ratings & Reviews
    • Multi Currency Support
    • Shopify Flow
    • Shopify Hydrogen
    • Marketing permission and GDPR compatibility
    • Online Store 2.0
    • Shopify Sections
    • Dynamic Bundle Discounts
    • Customer Reference
  • Integrations
    • Using Yotpo
    • Using Stamped.IO
    • Using Judge.Me
    • Using Okendo
  • Articles
    • Article: Leveraging Margin Data
  • FAQ
  • Uninstalling
  • Visit Nosto
  • Issues
  • Releases
Powered by GitBook
On this page

Was this helpful?

  1. Guides

How Nosto modifies your theme

PreviousCustomizing Product MetadataNextVersion Controlled Themes

Last updated 1 year ago

Was this helpful?

Attention: This is our old approach, and not available anymore for merchants who install Nosto in May 2024 or later!

Upon installing the Nosto for Shopify app, choosing a theme to edit, Nosto amends the core theme file called layout/theme.liquid and amends it to include the Nosto tagging snippet. To better understand snippets and the Shopify theme structure, we recommend reading .

Amendments to include the Nosto tagging

Nosto amends the core theme file (layout/theme.liquid) to include the Nosto semantic markup snippet using the following include:

{% render 'nosto-tagging' %}

A corresponding snippet file named nosto-tagging.liquid is uploaded to the snippets directory of your theme. The snippet contains all the Liquid templates needed to render markup that gives Nosto insights into the page context.

Shopify's theme development guide