Hide express checkout from (CHECKOUT PAGE) theme Dawn

Can some one help me please to hide express checkout buttons like paypal and google pay from checkout page ??

Thanks

Hi @Nourdahhan

You can hide that button from you Online store > Themes > Customize > click dropdown menu at the top > Products > Default product > Buy buttons > unselect Show dynamic checkout buttons > click Save

my friend did you read my question good ?

i ask hide it from ( Checkout Page ) not from product page

i did it already from product page

Thank you

1 Like

I got it. Only Shopify plus can customize checkout page so you cannot hide express button on checkout page.

1 Like

Hello @Nourdahhan

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.buttons-container {
    display: none;
}
.EbuOU {
    display: none;
}
1 Like

Hi Nourdahhan!

You can hide express buttons on checkout page, without Shopify Plus!

To hide the express checkout payment method, you will need an app that utilize Shopify Functions. (Shopify has provided a way for app to customize checkout page)

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.

soulchild37_0-1694609537496.gif

The app is made using native Shopify functions, thus it does not affect your store existing layout or functionality at all.

The app name is Yagi Express Payment Hider (https://apps.shopify.com/yagi-express-payment-hider)

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.

Hope this can help!

Regards,

Axel Kee