Shopify themes, liquid, logos, and UX
Hey all,
On my website: benwilson.co there is no way to remove items from the cart once you've added them. The only way i can find is to manually change the quantity to "0". In earlier dawn updates you can just click the minus button on the quantity selector to change it to zero and remove the item, Is there any way to make the minus button remove the item or add a "remove" button?
Thanks!
Ben
It seems like you are using dawn 9.0 update it to latest one.
Hi @benwilson,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> Edit code
2. Snippets/cart-drawer.liquid
3. Sections/main-cart-items.liquid
4. find min="{{ item.variant.quantity_rule.min }}"
5. update min="{{ item.variant.quantity_rule.min }}" to min="0"
6. Assets/base.css
7. Add code below to end of file to show the remove button
cart-remove-button .button {
color: black;
}
worked, thanks.
Hi,
This is the best response to this question I have found. I have implemented it and it works.
The quantity selector now has the option to show "O" and removes the item from cart.
The trash icon does work, however it appears white and cannot be seen. If I click where it is supposed to be it then displays as black. Is there anyway to make it appear black all the time to make it visually easier for the customer?
Thank you!
Hi,
Could you share your url store? I will help to check it.
Thank you so much!
thebogeybunch.com.au
Hi,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/component-cart-items.css
3. Add code below to end of file
cart-remove-button .button svg path {
fill: #000;
}
Hello @EBOOST
Hello ! I found this post and could use your help. My IMPULSE theme doesn't have a remove product from cart button, can you help me implement it? Thank you very much !
Excellent solution, thank you.
I have the same issue, you can't remove an item from the check out and get an error message saying 'this item has a minimum of 1'. I checked my snippets and it seems to be the same as the above you mentioned. I am on the dawn theme, my URL is www.idaactive.com
Hi @PrettyIDAACTIVE ,
You need add data-min attribute to 0 as well. You can refer screenshots below:
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024