When I add an item to the basket, the small basket updates fine. But when I go to checkout, the checkout adds one extra item for every item in the basket. So for instance if I add just one product to the basket, then go to the checkout, the small basket now says 'you have 2 items in your basket' and the quantity against that product is now '2'.
Has anyone else had this problem, and can anyone help to solve it? Thanks!
Duplicate items in basket on checkout
When I add an item to the basket, the small basket updates fine. But when I go to checkout, the checkout adds one extra item for every item in the basket. So for instance if I add just one product to the basket, then go to the checkout, the small basket now says 'you have 2 items in your basket' and the quantity against that product is now '2'.
Has anyone else had this problem, and can anyone help to solve it? Thanks!
Are there actually two items in the basket or is a display issue?
If there are two items my guess would be that the culprit is code running twice due to a postback issue.
is working on a reply...