How can I remove the cart pop-up in the Dawn theme?

Solved

How can I remove the cart pop-up in the Dawn theme?

Williamgils
Visitor
3 0 2

Hi,

I have read similar posts but did not find an answer. My store is connected with vitals. And when the pop-up pops up after a costumer clicks ad to cart, they get the option to continue directly to checkout. When they do this my discount/cross selling from vitals does not work. I want them to go directly to cart summary to be able to cross sell some more and so the customers do not loose their discount.

I'm using the new Dawn theme. I just wanted to ask for some help on how to remove the popup when the customer clicks the add-to-cart button from a certain product page. I want it to go directly on the cart summary page without any popup. Thank you.

Williamgils_0-1650283899464.jpeg

 

 

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

 

@Williamgils

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

 

Add this code in the bottom of the component-cart-notification.css file.

 

1. Navigate to Online Store->Theme->Edit code
2. Asset->/component-cart-notification.css ->paste above code at the bottom of the file.
3. Save it.
Let me know if you need any more help,

Thank you

View solution in original post

Replies 6 (6)

Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

 

@Williamgils

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

 

Add this code in the bottom of the component-cart-notification.css file.

 

1. Navigate to Online Store->Theme->Edit code
2. Asset->/component-cart-notification.css ->paste above code at the bottom of the file.
3. Save it.
Let me know if you need any more help,

Thank you

Williamgils
Visitor
3 0 2

I fu*k*** love you! Thank you! I have been sitting here hours trying to figure this out. Is there a way to make it go directly to cart summary after clicking "ad to cart"? Instead of the costumer needing to click on the cart button?

Zworthkey
Shopify Partner
5581 641 1582

@Williamgils 
Kindly, Checkout or try this app.
https://apps.shopify.com/one-click-checkout

 

livandlou
Visitor
1 0 0

THANK YOU!!!!

You are a rockstar!!!

SOOOOO helpful!

CamilleWIST
New Member
6 0 0

Hi There, I just tried this.  When I tested it I couldn't add a product to the cart at all.  Am I doing something wrong? TIA Camille

Raf24
New Member
14 0 0

On Publisher Theme and this wasn't working for me!