Shopify debutify theme stay on product page when clicking add to cart

Hello there.

I am desperately looking for help in this problem. I just cant make the “stay on product page after clicking on add to cart button” to work.

https://lemmikkijaelain.myshopify.com/

password: 1234

No matter what I try, I just cant make it to work! Any ideas are appreacited, and would be thankful forever if someone finds a fix for this problem!

Thanks in advance! :slightly_smiling_face:

Hello @Piirretty

It’s GemPages support team and glad to support you today.

Debutify theme supports cart drawer function
You can turn it on

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

Hey @Piirretty

Debutify has a cart notification feature that when enabled prevents the cart from opening. You can encounter this option by going to the theme editor > theme settings > cart.

When this is enabled, a little message will pop up at the bottom of the page, notifying your customers that it was added to the cart.

However, if you don’t want the pop up to appear, you can add the following CSS code to the theme editor > theme settings > custom style/script > custom style

.cart-message-toast-wrapper{display:none;}