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!
Hi Diego! Thanks for sharing this solution!
I successfully solved this problem too, using your guide!
I must had to remove "checkout" button from item added to your cart pop up window.
Because my customers are choosing pick up points in the cart page,
including Hungarian Post pick up points what is required by the law in Hungary.
Since there are no any viable option in basic or standard shopify plans to integrate pick up points to the checkout,
the "checkout" button from "item added to your cart pop up window" must had to be removed.
Otherwise my customers could go straight to the checkout without having the option to select Hungarian Post pick up points
So without your solution i could break the law in Hungary.
Thanks so much for this solution again, in some cases like in my case it was a very important issue to be solved.
Many thanks from Hungary,
Marton, biscottiz.hu
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By 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, 2024