Guest User

Untitled

a guest
Jan 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {% comment %} Add this snippet to your theme's cart.liquid file before <form></form> {% endcomment %}
  2. <div class="cart-alert">
  3. <h5>
  4. {% if cart.total_price < 4900 %}
  5. <span style="font-weight: 900; color: #9fa615;">Have your eye on anything else?</span> If you spend {{ 4900 | minus: cart.total_price | money }} more, you qualify for free U.S. shipping!
  6. {% else %}
  7. <span style="font-weight: 900; color: #9fa615;">Hooray!</span> Your order qualifies for free U.S. shipping! Enjoy the savings.
  8. {% endif %}
  9. </h5>
  10. </div>
Add Comment
Please, Sign In to add comment