Which worked at removing the Express Checkout from the checkout page, but it brought back the Dynamic Checkout buttons below the “Proceed to Checkout” button in my cart.
I’d like to know how to remove both the “Express Checkout” section from the cart page while keeping the Dynamic Checkout buttons invisible as well.
It seems like since mid of 2022, the liquid / CSS code to hide the checkout button does not work anymore. To hide the express checkout payment method, you will need an app that utilize Shopify Functions. (a way for an app to communicate with Shopify to remove certain payment methods)
I have made an app to hide the Paypal Express (and other express checkout method like Apple Pay, Google Pay etc) on the top part of checkout page, and customer can still select Paypal method at the payment step.
The app is made using native Shopify Functions, thus it does not affect your store existing layout or functionality at all. You don’t need to be on Shopify Plus plan to use the app, your store can be on any Shopify Plan.
The app also have a workaround which you can hide the express checkout buttons for returning customers with saved address, but you will need to create a placeholder shipping rate for it to work, this will also work with one-page checkout.