Remove Paypal Express in Checkout page from Dawn Theme 6.0.2

Hello,

I am trying to remove the Yellow PayPal Express button from Cart and Checkout Page.

I already tried this tutorial (and similar ones) but it doesn’t work: https://community.shopify.com/c/blog/remove-the-express-checkout-buttons-from-first-checkout-page/ba-p/1200898

Website URL: https://nisadora.com/

Can you please help me, as my client request it very quickly?

Thanks in advance,

1 Like

Hi @zied_drira ,
In order to remove the paypal express checkout from cart page and checkout page you have to remove paypal as a payment option. And to do that you can refer to the below doc.
https://www.minervaknows.com/how-to/how-to-remove-paypal-from-shopify-may-sotre-2-myshopify-com-hfq4
Thanks

2 Likes

@kaalTechGeeks Hi,

Thanks for your answer.

But I want to keep PayPal as payment method with ability to select it at Payment step (after delivery information).

1 Like

Ok @zied_drira ,
So you just want to hide it from the cart page and product page correct not the checkout page as you mentioned on query title?

1 Like

@zied_drira

oh sorry for that issue but checkout page customization only allow shopify plus

1 Like

@kaalTechGeeks No actually, I want to remove from checkout page mainly.

@zied_drira ,
if you want to remove paypal as an option to receive payments from your customers on the checkout page then you have to remove it as an payment option, then only you can remove it from checkout. Hope so I am able to make my point clear.
Thanks

1 Like

Hi @zied_drira ,

You can refer https://community.shopify.com/c/shopify-discussions/how-do-i-remove-the-quot-shop-pay-quot-from-my-shopify-checkout/td-p/880579

Hope it helps!

1 Like

Hi @zied_drira did you find an issue ? This is extremely annoying.

Like you i want to keep paypal at the payment page but it don’t want this awful “Paypal express checkout” button.

So missleading for users, i don’t understand how shopify allow that.

1 Like

You can remove express payment methods from the first step of the checkout using the PayRules: Hide Payment Methods app in your Dawn theme. 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 the PayPal express payment method.

To remove from the cart or product page, you can add the below code to your theme.liquid file.


This will remove the express checkout options from the cart and the first step of the checkout process.