Skip to content

Instantly share code, notes, and snippets.

@atomgiant
Created March 14, 2018 13:24
Show Gist options
  • Save atomgiant/1dd83d731c001e344a4836e09cf55b97 to your computer and use it in GitHub Desktop.
Save atomgiant/1dd83d731c001e344a4836e09cf55b97 to your computer and use it in GitHub Desktop.
1. For product pages
Edit each of these:
sections/product-template.liquid
sections/product-details-template.liquid
sections/product-description-bottom-template.liquid
And insert Flair here:
<h1 class="product_name" itemprop="name">{{ product.title }}</h1>
{% include 'flair-product-badges' %}
2. For collections
Edit snippets/product-info.liquid
And insert Flair here:
{% include 'flair-product-badges', with flair_css: '' %}
<span class="title">{{ product.title }}</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment