Skip to content

Instantly share code, notes, and snippets.

@whistlerbrad
Created October 30, 2018 00:26
Show Gist options
  • Save whistlerbrad/997452aa992f01e830b2ae5ea4100741 to your computer and use it in GitHub Desktop.
Save whistlerbrad/997452aa992f01e830b2ae5ea4100741 to your computer and use it in GitHub Desktop.
Example of price compare
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment