Created
September 27, 2019 11:44
-
-
Save tom-it/34b19f968a5de2ecc07bf98b82dc5503 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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