Skip to content

Instantly share code, notes, and snippets.

@fditrapani
Created October 20, 2014 14:17
Show Gist options
  • Save fditrapani/dcb4e89ea5cac515dcee to your computer and use it in GitHub Desktop.
Save fditrapani/dcb4e89ea5cac515dcee to your computer and use it in GitHub Desktop.
{% assign minCartAmount = settings.minCartAmount %}
{% assign shippingPrice = minCartAmount | minus: cart.total_price %}
{%if shippingPrice > 0 %}
<h3 class='free-shipping'>Add {{shippingPrice | money }} to your order to get free shipping!</h3>
{%endif%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment