Skip to content

Instantly share code, notes, and snippets.

@tom-it
Created September 27, 2019 11:44
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 tom-it/34b19f968a5de2ecc07bf98b82dc5503 to your computer and use it in GitHub Desktop.
Save tom-it/34b19f968a5de2ecc07bf98b82dc5503 to your computer and use it in GitHub Desktop.
{% assign restAmount = 2500 | minus : cart.total_price %}
{% if restAmount > 0 %}
Spend {{ restAmount | money}} more, and get free shipping!
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment