Re: How to remove PayPal express checkout button from Checkout page

How to remove PayPal express checkout button from Checkout page

MORAD
Tourist
6 0 3

Hello 

can someone help me i have a brooklyn theme i want to  remove PayPal express checkout button from Checkout page and from product page and keep it in last checkout page 

here thank you 🙂 

ppl.pngppl2.png

Replies 65 (65)
dynamicduo
Tourist
8 0 7
dkorsakas
Visitor
1 0 1

Thanks it worked!

Jasoliya
Shopify Partner
4823 625 1225

if you want to remove express button from cart page then it must work:

1. Go to Online Store->Theme->Edit code
2. Sections->cart-template.liquid OR template->cart.liquid -> find bellow and hide or remove this whole condition.

{% if additional_checkout_buttons %}

 

Want custom changes? hire me.
3 months of Shopify for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles and Codify Order Cancel or Order edit
Want to get Free review and advice for sale on store ?? just text me here
vero_kutichi
Tourist
3 0 2

My theme (RIDE) does not have the cart.template option. I have found on Section > main-cart-footer.liquid the following code: 

 

{%- if additional_checkout_buttons -%}
<div class="cart__dynamic-checkout-buttons additional-checkout-buttons">
{{ content_for_additional_checkout_buttons }}
</div>
{%- endif -%}

 

I have attempted to delete it, yet does not work. Please any solutions on how to delete Express Checkout Button from cart and checkout page on RIDE theme?

 

thank you

pavlor
Shopify Partner
9 0 3

Try this  
https://community.shopify.com/c/blog/remove-the-express-checkout-buttons-from-first-checkout-page/ba...

Just to make sure you read this part:  "This method will only work if customers are checking out from the cart page directly (having the cart drawer or cart modal enabled, or checking out via external links will not guarantee this method to work)."

 

If you want to link to checkout from any other place on your site, you can check how your cart page template links to checkout and mimic it on any page. Worked for me when doing it with minicart drawer.

Vongan93
Visitor
1 0 3

Years passed and this issue is still unresolved, its now 2022 and I am facing this problem as well. After scouring the internet, I still can't find a solution. it's really not wrong to say Shopify is so irresponsible and poor at taking care of its customers, I'm considering whether to continue renewing my Shopify monthly subscription, switching to the new platform other or wordpress are also very possible solutions.

Japoz
Tourist
6 0 3

Guys. All of previous suggestions didn't work for me but thanks anyway for effort. I found solution for myself - Go to: -> Sections, -> main.cart.footer.liquid -> ctrl+f (to search) -> write: additional and then you gonna need to delete this code:

{%- if additional_checkout_buttons -%}
<div class="cart__dynamic-checkout-buttons additional-checkout-buttons">
{{ content_for_additional_checkout_buttons }}
</div>
{%- endif -%}

mfcss
Explorer
65 6 28

It seems the solution focused on content_for_additional_checkout_buttons no longer have any effect? Anyone who has an updated way of achieving this?

MichelleMay
Visitor
1 0 1

awesome, this worked. thanks! 

dynamicduo
Tourist
8 0 7

HKUK
Tourist
5 0 7

soulchild37
Shopify Partner
194 9 58

Hi MORAD,

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 selection step.

soulchild37_0-1692201831739.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)

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

KH-seoul
New Member
11 0 0

In 2024, it can be done. You can remove the PayPal Express Checkout button from the checkout page and product page using the PayRules: Hide Payment Methods app. Here's how you can do it:

 

  1. Open the PayRules app.
  2. Navigate to the "PayPal Express Checkout" section.
  3. Enable the toggle to hide the PayPal Express Checkout button.

 

express.png

 

That's it. I hope you found this helpful.