Hi all - can someone tell me what this ‘added to cart’ pop-up is called and where to find it in the code? I’ve added a free shipping progress bar to the cart page and looking to add it here too. thanks in advance!
Hi @Kirstyw
You might find the cart drawer feature available in some Shopify themes such as Brooklyn (Free), Pop (Free), Supply (Free), Atlantic, Blockshop, Parallax, Testament, Alchemy, etc. If your current theme doesn’t have this feature, you may consider switching to one of these themes.
Alternatively, you can explore third-party apps on the Shopify app store. Simply search for “Cart drawer” to find apps that offer this functionality.
Hope this helps!
Cheers,
Garcia
Looks like a Debut theme – look in snippets/cart-popup.liquid?
However, this element is updated by theme JS, so your changes in liquid would not be properly reflected.
You’d need to look into _updateCartPopupContent function in your assets/theme.js
fab thanks Tim. It is indeed debut. I did try cart-popup.liquid after posting this and you’re right, doesn’t work properly.
I’ll investigate the theme.js
ta Kirsty
Thanks Garcia. Attempting to stick with Debut as long as possible before migrating to 2.0 theme due to other priorities!!