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

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

Ercooo
Tourist
7 0 2

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:

Ercooo_0-1673126361547.png

 

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!

 

Replies 7 (7)

BSS-Commerce
Shopify Partner
3477 463 542

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:

<span class="slider-counter--current">1</span>
<span aria-hidden="true"> / </span>

and edit to:

<span class="slider-counter--current">1</span>
<span aria-hidden="true"> . </span>

Finally, you save your work.

2. Here is the result:

view (77).png

I hope that it will work for you.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via [email protected]


BSS Commerce - Full-service eCommerce Agency
Ercooo
Tourist
7 0 2

Hey, 

I think you posted it on the wrong topic 😀

 

 

Thanks anyway tho!

Best regards

 

BSS-Commerce
Shopify Partner
3477 463 542

Hi @Ercooo 

 

It's my bad for posting it on the wrong topic 😞

 

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.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via [email protected]


BSS Commerce - Full-service eCommerce Agency
i-Bead
Excursionist
13 0 4

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

AE9
Excursionist
13 0 2

Hi

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

AE9
Excursionist
13 0 2

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

 

KH-seoul
New Member
11 0 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.

 

express.png

 

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