How can I disable express checkout across my entire online store?

Hey guys,

I have an interesting problem, that after enabling Paypal as a payment method, the express checkout button is appearing on my product page, cart and checkout page:

Product page (i still want to use dynamic buttons but to add the item and jump in the cart)

Checkout:

I found this code here on one post and could disable the buttons in my cart:

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

Is there any similiar option to disable these express checkouts on my entire store? I coudnt find any help on the internet since the older solutions dont work now.

Website: gossare.com

PW: Gossare123

Thanks in advance!

Hi @Ercooo

  1. Go to Online Store => Themes => Edit Code. Here, you are editing on the Product Page, so find the file “main-product.liquid” (if you want to edit it on other pages, go to the file: “collection-list.liquid”, “featured-blog.liquid” ", “featured-collection.liquid”, …). Then, find the line of code:
1
 / 

and edit to:

1
 . 

Finally, you save your work.

  1. Here is the result:

I hope that it will work for you.

Hey,

I think you posted it on the wrong topic :grinning_face:

Thanks anyway tho!

Best regards

Hi @Ercooo

It’s my bad for posting it on the wrong topic :disappointed_face:

We would like to give you a solution below:

Please go to Online Store => themes => Edit Code. You can search for the file “base.css”. If your theme doesn’t have it, search for any CSS file then paste the following code and save it:

._1wMtg,
._1Icdo._1ldkz,
.badgesContainer,
#container-card .badgesContainer{
	display: none !important;
}

I hope that it will work for you.

Been having the same problems as the OP, and have treid many variations of your code, but all to no avail. :disappointed_face:

Hi

please help me to remove the express checkout from checkout page . i am using focal theme.

Please help to remove express checkout buttons from checkout page, i am using focal theme 2.0

You can disable express checkout across your entire online store for the checkout 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 PayPal express checkout button.

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