My cart always shows a quantity of “1”, as if there’s already something inside, even when the cart is actually empty. I also can’t set the quantity to 0, and I can’t remove it at all.
I’m not a developer, so I’m not sure what’s causing this.
Has anyone experienced this before?
What was the reason in your case, and how did you fix it?
This happens when the theme or an old app forces quantity: 1 in the cart. Seen this before on a client store where a leftover cart, drawer script hard, set the qty. Check cart.js/cart, drawer snippets and remove any default quantity or min="1" override.
It’s probably happening because your cart file isn’t setup properly, and I can’t help without having a look at your store so feel free to share that with me and I’ll see what I can do to get that fixed for you.