Skip to content

Instantly share code, notes, and snippets.

@atikju
Created January 20, 2019 03:06
Show Gist options
  • Save atikju/344ec3c87276bbc7bf791d0fd1dddebf to your computer and use it in GitHub Desktop.
Save atikju/344ec3c87276bbc7bf791d0fd1dddebf to your computer and use it in GitHub Desktop.
Shopify - Show On Sale Badge
{% if product.compare_at_price_max > product.price %}
<div class="sale-badge">On Sale</div>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment