Skip to content

Instantly share code, notes, and snippets.

View brandtam's full-sized avatar

Brandt Milczewski brandtam

View GitHub Profile
@brandtam
brandtam / shopify-modules.md
Created October 24, 2018 18:23
Example: Building Re-usable Modules in Shopify Theme

Example: Re-usable Modules in Shopify Theme


The Explanation

  • Create a snippet that will display content passed to it using the Shopify include theme tag.
  • Show example of how to use the module in multiple ways.
    • From a template, passing data directly in line.
    • From a section, passing data from section inputs.
    • From a section, passing data from a block level input.