I own a Shopify store that uses a popup cart before checkout. I am using the following code on the popup cart, in order to enable customers to increase or decrease the quantity of items in the cart:
As you might see I am using the Shopify.addItem() function when onclick is triggered in order to increase the amount of items per product in the cart.
Sadly I did not find any function to decrease the quantity so far… How can I realize the onclick to reduce the quantity? Or do I need some Jquery or so?