Hi there,
I am trying to disable the cart drawer/popup preview that is displayed every time you add an item to the cart in order not to interrupt the shopping experience.
Instead of a cart preview, I want to quickly display the message “Item added to your cart” and have it automatically disappear without having to manually close it (x).
Can this be achieved?
I have added this piece of code to the bottom of component-cart-notification.css
div#cart-notification {
display: none !important;
}
The cart preview isn’t displayed anymore as desired. But the text notification does not show up. I am aware that I have blocked it, but I don’t know how to trigger the notification exclusively.
Theme: Sense
Website: shop.unitkw.com
Password: 404
Many thanks,
Hanan
