On my site, I have a drop down list that specifies the quantity of the item to be added to cart, but I am running into a problem: say the user selects 5 from the drop-down then adds to cart, then selects 2 and adds the same item to cart again, the existing item's quantity in cart doesn't get updated (it still shows as 5)
Is there a way to have the "add to cart" button update the quantity in cart, or remove the item and re-insert with the new quantity?