When I add items to cart, it refreshes the quantity correctly in mini-cart widget, but when I go to cart page it always shows 1 item yet the subtotal is calculated correctly.
Ex: add 2 product x price is 400 so: 2 items x 400 subtotal 800
but in the cart page it shows 1 item x 400 subtotal 800. I add product to cart using the standard ajax call of woocommerce.
Any body can help me??
Thanks in advance...