Skip to content

Instantly share code, notes, and snippets.

@essmahr
Created February 5, 2018 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save essmahr/70dad142a9668ef96827747191ece647 to your computer and use it in GitHub Desktop.
Save essmahr/70dad142a9668ef96827747191ece647 to your computer and use it in GitHub Desktop.
{% if item.variant.compare_at_price and item.variant.compare_at_price > item.price %}
<del>{{ item.variant.compare_at_price | money }}</del>
{% endif %}
{{ item.price | money }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment