Skip to content

Instantly share code, notes, and snippets.

@teckx5
Last active August 29, 2015 14:20
Show Gist options
  • Save teckx5/72e3447d6ef3da4e9d59 to your computer and use it in GitHub Desktop.
Save teckx5/72e3447d6ef3da4e9d59 to your computer and use it in GitHub Desktop.
{% capture discount %}
{{ product.compare_at_price_max | minus:product.price | times:100 | divided_by:product.compare_at_price_max }}%
{% endcapture %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment