Shopify themes, liquid, logos, and UX
Hello, once an item is added, the 'item added to your cart' window pops up with 2 buttons. One says 'view cart' which is great. The other button says 'check out'. I need to eliminate the 'check out' button from this window. I need customers to go to cart to select local delivery date and include personalized note. I have seen other themes where the 'item added to your cart' pop up window only shows 'view cart' button. How do I remove 'check out' button from this pop up window please?! Thank you!!
Solved! Go to the solution
This is an accepted solution.
@MauiBerries, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
cart-notification [name='checkout']{
display: none !important;
}
If it helps you please click on the "like" button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
Hi @MauiBerries
Please follow these steps;
1. From your Shopify admin dashboard
2. Navigate to Online stores > Themes > Select the main theme
3. Click on Actions > Edit code
4. From the code editor, search for the cart-notification.liquid file
5. Comment out this code
6. So it will look like this
7. Save and refresh the pages
Thanks a lot Collinsmbaka!
This is an accepted solution.
@MauiBerries, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
cart-notification [name='checkout']{
display: none !important;
}
If it helps you please click on the "like" button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
It worked perfectly! Thank you so much 😄
Which one of the solutions above worked for you though? Thanks in advance.
Also worked for me. Thanks!
Which one of the solutions worked for your though? Thanks in advance.
THANK YOU!
This worked, Thank you
How would I change the color of the "checkout button" in the same pop up window?
Thank you! Still works perfectly in 2023!
THANKS
Hi @diego_ezfy, I have added the code you mentioned and it works when I go to my website, on the computer. If I go on my cellphone, the 'checkout' from the pop-up is still there... Why is that? Is there a way to remove it?
Thanks!
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