Im doing my first website using Shopify and I’m struggling a bit to add an “empty cart” bottom to my shop.
As you can see on the photos, i don’t have any Empty Cart bottom available for my costumers. and when they tried remove the product setting up 0 it says they are not allowed.
How can i fix it please? The support online says they are not trained to help with codes… (what they said is the only way to fix it)
Hi @MarioRamos
It looks like you have quantity restriction on cart item, You can update it in code and that should work fine
Search for a file like cart.liquid OR main-cart.liquid OR cart_body.liquid OR cart-items.liquid
You will find similar file, search for min=“1” and set min=“0” or remove min attribute
If I managed to help you then, don’t forget to Like it and Mark it as Solution!