How to remove Express Checkout from Dawn Theme

I’m using the shopify Theme “DAWN” and can’t find an option to disable the express checkout on the checkoput page. Any solutions for this?

1 Like

Hello @thomsjel

  1. In your admin, go to online store > themes
  2. Then Action > Edit code
  3. Inside cart.liquid file, paste this at the top:

  1. Inside cart.liquid file, paste this anywhere:
{% if additional_checkout_buttons %}

{{ content_for_additional_checkout_buttons }}

{% endif %}
  1. Screenshot:-Screenshot by Lightshot

Unfortunately this cart.liquid file doesn’t exit using Dawn theme :confused:

1 Like

add code in this one file

sections/main-cart-items.liquid

express checkout still shows up, what am I doing wrong?

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

@ZestardTech what was the solution? :slightly_smiling_face:

I am also struggling with this. Express Checkout makes it so my app that collects personalisation data on the product page is unable to send me this information after checkout. I need to remove Express Checkout so I am not having to chase down my customers after their order is placed. This not only wastes me time but also leaves a poor impression for the customer.

This worked for me to take the buttons out of the cart but how do I get rid of them from the checkout?

Unfortunately it is something you can only change if you have Shopify plus. If your store is previous to 2019, there is a way around because it allows you to add some code to the checkout (in theory for tracking)

You can only edit that if you have Shopify plus, or a store previous to
2019.