How to remove product from cart drawer

I’ve seen on a couple of websites while at the cart drawer when you put the quantity selector at 0 it removes the product from your cart so I’m looking to do the same instead of it saying “This item has a minimum of 1”

url knmb1c-pf.myshopify.com

password samurai

Hello @undercoverfresh ,

Edit theme files and search this code ( check file which is related to cart drawer )


once fund remove this part
data-min=“1”

Regards
Guleria

Hi @undercoverfresh

To fulfill your request, please follow the guide here

Please go to Go to Shopify Admin > Online Store > Theme > Edit code > cart-drawer.liquid > Remove this line https://prnt.sc/S7zYR7iO-sR7

You can follow the guide here to continue work on it https://www.loom.com/share/7434aecfdad24c31ab75ed4176e12964

I hope this helps

Best,

Daisy

1 Like

Worked thank you