Category: Tech Tips

0

How to add a clear/empty cart button in Shopify

You’d like to add a button to the cart to completely empty it. It’s simple, you simply added a link to the cart:

If you want to use ajax technology, please use the...

0

How to check if a number is divisible by another number in Shopify

Shopify Liquid don’t support a function to check if a number is divisible by another number. But you can combine 2 functions: “modulo” and “if” to do that.