Solved

Dawn Theme: How to remove the Add-to-Cart popup

_hwi
Excursionist
14 0 4

Hi,

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.bandicam 2021-09-06 17-48-04-566.jpg

Accepted Solution (1)
dct90248
Tourist
3 1 4

This is an accepted solution.

I did it pretty simple way.

 

Just edit code

component-cart-notification.css

 

and just change this code on the 5th row

 

.cart-notification-wrapper .cart-notification {
display: block;
}

 

to this:

 

.cart-notification-wrapper .cart-notification {
display: none;
}

View solution in original post

Replies 31 (31)