While testing some js modifications to the modal cart I noticed some odd behavior. I added 13 bottles of one wine to the cart, and the cart price adjusted, but still showed quantity = 1. I tested adding a different faux product, and the quantity adjusted to two, but with multiples of the same product, the problem persisted.
I’m guessing this is not intended? I assume most customers will expect the cart to reflect the quantity of bottles (or t-shirts, or corkscrews or whatever) not the quantity of types of bottles.
Receipts: http://recordit.co/8JVrnDNhjV
(Sorry it’s so slow, Charter likes to mess with me.)
Tangentially… is there any way that the colon following “Items” in the modal cart could be added to the Resource Bundle, instead of being something that has to be changed with js?