How can I disable the dynamic checkout button in a popup?

Hello Community,

I want to disable all Dynamic Checkout possibilities. I am using a customized Version of the Dawn Theme. I already figured out how to disable the “dynamic checkout button” on the Product page.
But there is still this popup appearing, when I add a product to the cart … See also attached Screenshot. I marked the Button I do not want to have in the Popup with green. I do not want the button, because it takes me directely to the checkout without going to the cart …

Thank you for your help!

newbie

@gregorsart

find the following code at your snippets/cart-notification.liquid file


Replace this code

{% comment %}
        
{% endcomment %}

Thanks!

The continue shopping and view my cart on the check out popup are there when you hover over them

but you can’t see them

** @gregorsart **

** @CleaningDiva **

Find the following code at your snippets/cart-notification.liquid file:


		
        

Just delete the code for the checkout button, so it looks like this:


		
        

Your new cart pop out will look like this:

This worked for me. Thank you!