Shopify themes, liquid, logos, and UX
I want to remove the pop-up that automatically goes to the cart when you add something to your bag. It does it even on "quick add" and it makes me feel like people are getting rushed to check out rather than continue to shop around. please help!
Depending on the theme you're using, you should have a cart-notification.js in the assets folder. You can then comment out the open function using /* and */ to stop this pop-up, please see example below.
/*open() {
this.notification.classList.add('animate', 'active');
this.notification.addEventListener(
'transitionend',
() => {
this.notification.focus();
trapFocus(this.notification);
},
{ once: true }
);
document.body.addEventListener('click', this.onBodyClick);
}*/
Hope this helps
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025