Skip to content

Instantly share code, notes, and snippets.

@whistlerbrad
Created November 7, 2018 03:16
Show Gist options
  • Save whistlerbrad/6b6c9aff0021343638876efb9167faae to your computer and use it in GitHub Desktop.
Save whistlerbrad/6b6c9aff0021343638876efb9167faae to your computer and use it in GitHub Desktop.
product.liquid from the Snippets folder (important)
<h5 class="product__price uppercase h5{% if current_variant.compare_at_price > current_variant.price %} on-sale{% endif %}">
<span class="money"><span id="ProductPrice-{{ section.id }}">{{ current_variant.price | money }}</span></span>
<p class="small compare-at em" id="ComparePriceWrapper-{{ section.id }}" {% unless current_variant.compare_at_price > current_variant.price %}style="display: none"{% endunless %}>
<span class="money"><span id="ComparePrice-{{ section.id }}">{{ product.compare_at_price_max | money }}</span></span>
</p>
</h5>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment