How to remove PayPal express checkout button from Checkout page

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

Hey Morad,

You’ll have to modify the theme’s liquid files. Are you familiar with that?

Regards

yeah im a dev but shopify hide checkout.liquid so i was not able to fix the problem i dont want to pay anything for something like this , should be an option from shopify

1 Like

Hi,

Follow this:

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

Let me know if you need help.

1 Like

already did it no solution :frowning:

hi,

try this

https://community.shopify.com/c/Shopify-Design/How-to-remove-PayPal-express-checkout-button-from-Checkout-page/td-p/494069

NO SOLUTION ON THE POST THAT YOU GIVE ME ALREADY SAW IT

THANK YOU

Did you find a way? If not just reply and I tell you how to do it.

not yet bro help me please

You really need to follow this process 100 % exact. If it doesn’t work after this step by step Guide you need to get it done by an expert.

Steps (Hide buttons from checkout Stage 1):

Note: In order for this customization to work, the buttons need to exist somewhere within the theme

  • On some themes, the buttons will already exist within the cart-template.liquid file, which would look like this:

  • If the code already exists, the Express Checkout should not display on the first stage of the Checkout

  • If the code doesn’t exist, you can follow this helpdoc to add the code to the cart page.

Steps (Stage 2)

Once the above code has been added to the cart-template.liquid file

  • Add the following code at the bottom of the theme.scss.liquid file to hide the Express Checkout buttons (or PayPal only)

    Some themes will have a different class name. Check the cart-template.liquid file for additional_checkout_buttons in the file

  • TO REMOVE PAYPAL BUTTON modify the code to this:

  • DONE!

1 Like

thank you iji thank you for the effort that was perfect but unfortunately didnt work for me 1st i dont have cart-template.liquid i found it in cart**.liquid** and i did what you say but no result

i have the brooklyn theme :confused: i mean broken theme hh

2 Likes

Hi!

You can use the Express Checkout Hider app to remove the buttons but keep PayPal as a payment provider. It’s really easy to use and no code involved!

You have 3 days of free trial use to make sure that it does what you want it to do - and if for any reason you cannot get it to work just shoot us an email through the app and we’ll be sure to have you up and running!

You can find the app here: https://apps.shopify.com/hide-paypal

Hello Family,

I have the same problem.

Actually, the paypal express checkout is not shoing in my cart, but in the first page of the checkout.

How can i remove it ?

Help needed please. And i can’t paye a plugin, i’m a beginner.

Thank you :slight_smile:

You need to follow ilja’s solution.

Thank you.

Is this solution going to make the button disapear from both the checkout and the cart ? or disapear from the checkout and aprear in the cart ?

I acctually need it to disapear from both.

Thank you.

It will remove from both may be.

Hello,

It actually works for both cart and checkout page.

Thank you guys !!

Hi

I also have the same problem and am using Brooklyn theme.

I just can’t remove this from the first page of the checkout. Have followed all the instructions that you listed and have removed the additional cart code in liquid.cart.

but still here. would love to remove this express checkout banner.

thankyou

Send your store url

Thanks it worked!

1 Like