Remove Checkout option in cart notification box Dawn Theme

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

@TracyB68

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

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

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

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

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

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

Thank you.

@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;}

Excellent, works perfectly. Thank you very much.

its works! Thank you from Brazil.

@jp_miranda

its my pleasure to help us

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?

Thanks

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

me too, i doesn’t work for me

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

.cart-notification__links form {display: none;}

@PoblBakery

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

Try this code.

Hi There,

@lintthief Thank you! Solved my problem

div#cart-notification {
    display: none !important;
}

@eric_chipman
Try this code

This worked for me! Thank you!

@eric_chipman

Let me know if you know more.
Thank you

This Solution Worked For Me!

@rowan97 that would be great

thanks for update

Hi Ketan,

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

Thank you