Need your support to remove the Express check out.
Topic summary
A merchant seeks to remove or hide the PayPal Express checkout button from their store’s first checkout page.
Initial Solutions Attempted:
- Editing
cart-template.liquidorcart.liquidfiles with custom code - Adding CSS to
theme.scss.liquidfile to hide.additional-checkout-buttons - These methods failed to resolve the issue, as shown in follow-up screenshots
Key Challenge:
Since mid-2022, Shopify changes mean traditional liquid/CSS code no longer works for hiding express checkout buttons.
Current Recommended Solutions:
- Yagi Express Payment Hider app: Uses Shopify Functions to hide PayPal Express (and Apple Pay, Google Pay) while keeping PayPal available at payment step. Works with one-page checkout and includes workaround for returning customers.
- PayRules: Hide Payment Methods app: Allows toggling visibility of PayPal Express button directly from app settings.
Status: The discussion remains open with app-based solutions presented as the most viable approach, though the original poster has not confirmed resolution. One commenter also reported customers unable to purchase with credit/debit cards instead of PayPal/Google Pay.
Hello Oneway21!
-
From your admin, go to Online store > Themes > Actions > Edit code.
-
In the Sections folder, locate the cart-template.liquid file. If your theme doesn’t have a cart-template.liquid file, locate the cart.liquid file in the Templates folder instead.
-
Find the following code cart.general.checkout
-
Paste the following block of code on a new line underneath the code in step 3:
-
{% if additional_checkout_buttons %}
{{ content_for_additional_checkout_buttons }}{% endif %} -
Click Save
Hope its helps you
Other wise you can reach out to me
Thanks
Solution1
Hello Oneway21!
After seen your screen shot it seems it may require a custom coding theme related it can be done by coding developer you can reach to them or I am available
Thanks
I am too Approciate your kind support to hid it.
Hello One way 21
Try this out
-
From your admin, go to Online store > Themes > Actions > Edit code.
-
In the Assets folder, locate the theme.scss.liquid file.
-
Paste the following CSS code at the very bottom of this file
-
additional-checkout-buttons {
display: none !important;
} -
The CSS file should now appear as follows
-
Click Save
Thanks
Solution1
Hi I have a problem which is my customers can not buy with a credit or debit card instead of Paypal and google pay
Hi @One-Way21 ,
Shopify has made changes since mid of 2022, which the liquid / CSS code to hide the checkout button does not work anymore. To hide the express checkout payment method, you will need an app that utilize Shopify Functions.
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.

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)
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
You can hide PayPal Express button very easily from the checkout page using PayRules: Hide Payment Methods app. To hide it, enable the toggle to Hide of the PayPal Express Checkout field from the app rule page like the below screenshot.
Now your new customers shouldn’t see the PayPal express button in the checkout page.




