Hi,
I would like to remove the express checkout buttons (Apple Pay, Google Pay and Paypal) but the following tutorial did not work out for me.
https://community.shopify.com/c/blog/remove-the-express-checkout-buttons-from-first-checkout-page/ba-p/1200898
The buttons remain to be on the checkout page in stead of the cart section after adding the following line of code to the cart-template.liquid: {% if additional_checkout_buttons %}
{{ content_for_additional_checkout_buttons }}
{% endif %}
Can you help me out with this? Maybe some custom code is blocking think.
Thank you in advance!
Kind regards,
Wouter vd Meer
Hi @oscprofessional ,
Actually, the first part of the tutorial goes wrong.
My express checkout buttons never appear on the cart section.
And so, it can not be removed over there as well.
Do you know some other trick?
You can remove express checkout buttons like PayPal using the PayRules: Hide Payment Methods app. Here’s how you can do it:
- Open the PayRules: Hide Payment Methods app.
- Navigate to the “PayPal Express Checkout” section.
- Enable the toggle to hide the PayPal Express Checkout button.
This will remove the PayPal express checkout button from the checkout page.