Solved

Remove Checkout option in cart notification box Dawn Theme

TracyB68
Tourist
4 0 5

Hi

I need my customers to check via the view cart link so that they enter info in the cart notes field, but when you add an item to the basket there is still an option in the cart drawer pop to jump direct to check out which skips the view cart page.

Is there away of removing this link so only the view cart and continue shopping options are shown?

Done it before when there was one cart.liquid as in debut etc, but the new Dawn theme has no obvious place to find this code.

Many thanks

Tracy

Accepted Solution (1)
KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@TracyB68 

thanks for url please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/component-cart-notification.css->paste below code at the bottom of the file.

.cart-notification__links form#cart {display: none;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 23 (23)

KetanKumar
Shopify Partner
36839 3635 11972

@TracyB68 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
TracyB68
Tourist
4 0 5

Hi

Tha is for the reply.

Site is www.fromsomersetwithlove.com

The picture below shows the button I want to change as it skips the basket where the cart note are.

Thanks

Screenshot_20210921-082220_Chrome.jpg

Zworthkey
Shopify Partner
5581 642 1565

@TracyB68 
paste this code on top of the base.css file.

.cart-notification__links #cart .button--full-width {
    display: none !important;
}


Thank you.

jp_miranda_
Visitor
1 0 1

its works! Thank you from Brazil.

KetanKumar
Shopify Partner
36839 3635 11972

@jp_miranda_ 

its my pleasure to help us 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
BillyT
Visitor
3 0 0

Hi Ketan, 

 

Would you mind help me ? I have the same issue and nothing works and it gets even worse

Thank youcapture-20220507-083937.jpg

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@TracyB68 

thanks for url please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/component-cart-notification.css->paste below code at the bottom of the file.

.cart-notification__links form#cart {display: none;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
TracyB68
Tourist
4 0 5

Excellent, works perfectly. Thank you very much.

PoblBakery
Visitor
1 0 1

Hi Ketan

 

I tried this solution but I'm still seeing the "Check out" button on the pop-up. Any ideas why this might be?

 

PoblBakery_0-1642316447154.png

 

Thanks

marialaimer
Visitor
1 0 0

Hi, i have the same issue - both codes are not working for me!

nandosena
Tourist
3 0 1

me too, i doesn't work for me

lintthief
Visitor
1 0 2

Try  without the #cart, I was able to get it to work that way. 


.cart-notification__links form {display: none;}

 

eric_chipman
Visitor
2 0 2

This worked for me! Thank you!

Zworthkey
Shopify Partner
5581 642 1565

@eric_chipman 

Let me know if you know more.
Thank you

rowan97
Shopify Partner
2 0 8
This Solution Worked For Me!
KetanKumar
Shopify Partner
36839 3635 11972

@rowan97  that would be great 

thanks for update

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Zworthkey
Shopify Partner
5581 642 1565

@PoblBakery 

.cart-notification__links #cart .button--full-width {
    display: none !important;
}

Try this code.

eric_chipman
Visitor
2 0 2

Hi There,

 

   @lintthief Thank you! Solved my problem

Zworthkey
Shopify Partner
5581 642 1565
div#cart-notification {
    display: none !important;
}

@eric_chipman 
Try this code 

Andreas11
Tourist
11 0 5

Hi Ketan.

 

I'm wondering if you could please help me with the same issue? I've tried all the below code snippets, couldn't get it to work. sendegave.myshopify.com

 

Would really appreciate if you will be my lifesaver 🙂

Pin
Visitor
1 0 1

Hey KetanKumar,

this didn’t work for me, any ideas why?

 

regards

KetanKumar
Shopify Partner
36839 3635 11972

@Pin @Andreas11 
oh sorry for that issue can you please send store url

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

StylePort
Shopify Partner
2 0 1

UPDATE
Current code which works for me, I am using DAWN v12.0.0 theme

1. Go to Online Store->Theme->Edit code
2. Asset->/component-cart-notification.css->paste below code at the bottom of the file.

.cart-notification__links form#cart-notification-form {display: none;}