Summary:
Cart quantity not updating if attributes are used
Detailed Description:
I have a product with several colour attributes, when I add a quantity of a
certain attribute to the cart it adds it as expected. Although if I go to the
product again and add the same product with the same attribute to the cart it
gets added as a seperate item. This is fine until you check out using the PayPal
gateway as only the first quantity is passed on to PayPal and therfore an
incorrect total is shown.
Is there a way the add to cart button could check and either alert the user to
the fact they already have this item in their cart or simply update the quantity
in the cart if the same item is discovered?
Thanks
Oliver