Skip to content

Instantly share code, notes, and snippets.

@ashukasma
Created November 17, 2017 20:31
Show Gist options
  • Save ashukasma/ce07723747cd7e647da9adf9352ddca7 to your computer and use it in GitHub Desktop.
Save ashukasma/ce07723747cd7e647da9adf9352ddca7 to your computer and use it in GitHub Desktop.
Shopify hack
{% if product.compare_at_price_max > product.price %}You save {{ product.compare_at_price_max | minus: product.price | times: 100.0 | divided_by: product.compare_at_price_max | money_without_currency | times: 100 | remove: '.0'}}%{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment