Created
March 14, 2018 13:24
-
-
Save atomgiant/1dd83d731c001e344a4836e09cf55b97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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