How can I remove the PayPal button from the checkout page?

How can I remove the PayPal button from the checkout page?

MarksBcn
Excursionist
43 0 14

Hi, I'd like to test the checkout page removing the PayPal button but not on the cart page. I don't know if it's possible. I'm using Impulse theme and the URL is www.todoglam.com

 

Many thanks

Replies 5 (5)

ZestardTech
Shopify Partner
6148 1100 1476

Hello There,

Admin go to online store -> themes -> actions -> edit code
Find Asset >theme.css and paste this at the bottom of the file:

div#express-checkout-wallets-wrapper {
    display: none;
}
._3MBdg {
    display: none;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
MarksBcn
Excursionist
43 0 14

Hi @ZestardTech , thanks for your reply !

I've tried but the PayPal button doesn't shows now is on the cart page but it still shows it on the checkout page. Do you know how to solve it?

Thanks

oscprofessional
Shopify Partner
16375 2441 3190

@MarksBcn 

Read this article,

https://help.groupthought.com/article/700-checkout-remove-paypal-express-or-additional-payments-butt...

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

soulchild37
Shopify Partner
230 9 77

Hi @MarksBcn ,

It seems like since mid of 2022,  the liquid / CSS code to hide the checkout button does not work anymore (The solution provided by others above used to work until mid of 2022). 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.

soulchild37_0-1692811969611.gif

 

 

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

I believe you meant that nice yellow PayPal express button at the top in the checkout page. If I am correct, you can easily hide this button using the PayRules: Hide Payment Methods app in your Impulse or any theme. After installing the app, go to the Add Rule page and enable the toggle to Hide of the PayPal Express Checkout field like the below screenshot.

 

paypal-express.png

 

Hope it's useful. Thanks.