rimzaak
rimzaak
Just to inform, this problem still occurs for me even after implementing both the solutions suggested above. I have already made the necessary changes so that it can work with...
I think I have figured it out. The key apparently is the line of code that changes the quantity in cartItems. If you keep changing that value a few times,...
> Not working for me though. Literally copied the same code you both wrote This is the error i got, tries but unable to find the error Can you send...
Did you pass the product and quantity from the 'Add to Cart' button properly? Like so: ` onAdd(product, qty)}>Add to Cart`