Hi,
While adding a set of configurable products to cart, it gets added and showing correct data in checkout/cart page, whereas in mini cart it is showing zero price for all the configurable products except the first item. After refresh also, the mini cart is not showing correct data.
Please check the attachment for your reference.
Help me to fix this issue!
Solved! Go to Solution.
Finally, I found a solution to the above-mentioned issue. While adding multiple items to the cart save() function should be outside the loop.
/* keep this outside the loop */ $this->cart->save();
Finally, I found a solution to the above-mentioned issue. While adding multiple items to the cart save() function should be outside the loop.
/* keep this outside the loop */ $this->cart->save();