Remove from cart option?

Hi,

Does anyone know how to create a ‘remove from cart’ feature? I’ve designed my whole site only to realise that if someone adds an item to the basket then changes their mind, they can’t click a button to remove it? Seems pretty straightforward but I can’t seem to find any information on it anywhere.

Any ideas? Thanks!

1 Like

Hi @megan0

when you add a default Cart element to your page, and have some Products created, you should see a Remove link for each item in the cart:

Please let me know if you have additional questions!
Maciej

Hi @maciejjasinski

I can’t see that on my cart for some reason, I must have messed with something. Could you maybe take a look at my link and see if you know what the problem is? Thank you!

https://preview.webflow.com/preview/onyx-c5d849?utm_medium=preview_link&utm_source=designer&utm_content=onyx-c5d849&preview=a658378e56401a064e0c7fa4e030e689&mode=preview

https://onyx-c5d849.webflow.io/

Hi @megan0

when you inspect your Cart in the Navigator, the Remove link is there, but it contains a Text Block that has display set to none, thus is invisible on the canvas:

image

It also inherits the white color set for all the links, so even if you remove the display: none from the Text Block, you’ll need to update the color as well:

Both the Remove Button and Text Block inside inherit the color from All Links

Please let me know if you have additional questions!
Maciej

Ah - don’t know how I missed this! Thanks so much!