How can I hide the Paypal button on Express Checkout?

How can I hide the Paypal button on Express Checkout?

curtiswhite
Visitor
2 0 0

Hi there,

 

I want to hide the Paypal button on the Express Checkout, but cant find a way to do it.

 

I've tried using CSS to display none it but doesn't seem to work.

 

.additional-checkout-buttons { display:none!important;}

and 

.additional-checkout-button--paypal { display:none!important;}

 

Can anyone please help

 

Curtis

Replies 5 (5)

NomtechSolution
Astronaut
1245 113 153

To hide the PayPal button on the Express Checkout in Shopify, you can try using CSS to target the specific element and hide it. Here's an example of the CSS code you can use:

button.additional-checkout-buttons__button--paypal {
  display: none !important;
}
curtiswhite
Visitor
2 0 0

Hi there,

thank you so much for your response, still no joy with that css code Im afraid.

Curtis

Skye
Shopify Staff
1146 99 209

Hi, @curtiswhite 

 

Thanks for posting to the Community. 

 

You can easily deactivate PayPal Express through your Shopify Admin by following these steps: 

Skye | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog

soulchild37
Shopify Partner
194 9 58

Hi Curtis!

Shopify has made changes since mid of 2022, which 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.


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-1692259927334.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

Spent too much support time dealing with order cancellation request from customer? Wouldn't it be good if customer can cancel order on their own without bugging your support? Try out Cancellable app! https://apps.shopify.com/cancellable . I also write articles about store customization that can improve your customer shopping experience here : Yagi Software Blog

KarmaChime
Excursionist
50 2 0

Well, you can hide the PayPal express button on the checkout page through PayRules: Hide Payment Methods app very easily. Go to the Add Rule page after installing the app and enable the toggle to Hide of the PayPal Express Checkout field like the below screenshot.

 

paypal-express.png

 

That's it. Now the PayPal Express Checkout button will be hidden at the checkout page.