How to add "Empty cart" bottom using Dawn theme

Hi All

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)

Thanks

@MarioRamos please check cart page code and check if you have any restrictions on quantity , which is set to 1, need to make change in it

1 Like

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!

Thanks!

1 Like

Thanks for the help

Do you know where ca I find this code?

1 Like