Created
March 14, 2018 13:27
-
-
Save atomgiant/cc1b80accc239b03783e9d373431a8d8 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 sections/product-template.liquid | |
And insert Flair here: | |
<h1 itemprop="name" class="product-single__title">{{ product.title }}</h1> | |
{% include 'flair-product-badges' %} | |
2. For collections | |
Edit snippets/product-card-grid.liquid | |
And insert Flair here: | |
<div class="grid-view-item__meta"> | |
{% include 'product-price' %} | |
</div> | |
{% include 'flair-product-badges' %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment