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?
Hello @thomsjel
- In your admin, go to online store > themes
- Then Action > Edit code
- Inside cart.liquid file, paste this at the top:
- Inside cart.liquid file, paste this anywhere:
{% if additional_checkout_buttons %}
{{ content_for_additional_checkout_buttons }}
{% endif %}
- Screenshot:-Screenshot by Lightshot
add code in this one file
sections/main-cart-items.liquid
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?
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.