cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove PayPal from Product Page (Check out with PayPal button)?

SOLVED

How to remove PayPal from Product Page (Check out with PayPal button)?

We want PayPal as a option in Check Out page, but not on the Product Page.

How to remove PayPal from Product Page (Check out with PayPal button)?

Magento CE 2.3.1

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How to remove PayPal from Product Page (Check out with PayPal button)?

@McLure 
The same setting available for shopping cart as well. Under advanced setting. PFA.

mc.png

Kindly accept as solution so it will help to others as well. 

View solution in original post

9 REPLIES 9

Re: How to remove PayPal from Product Page (Check out with PayPal button)?

Hi @McLure 

You can disable it from the admin configuration settings. 

Admin-->Store->Configuration->Payment Methods->PayPal Express Checkout->Basic Setting Paypal Express checkout->Display on Product Details Page="NO"

px.png

Flush the cache and check. 

I hope it will help you!

Re: How to remove PayPal from Product Page (Check out with PayPal button)?

Thanx

And then from ://myshop.com/checkout/cart/

Re: How to remove PayPal from Product Page (Check out with PayPal button)?

@McLure 
The same setting available for shopping cart as well. Under advanced setting. PFA.

mc.png

Kindly accept as solution so it will help to others as well. 

Re: How to remove PayPal from Product Page (Check out with PayPal button)?

Strange I do not see that.. Thanx

Re: How to remove PayPal from Product Page (Check out with PayPal button)?

It still showing in the product detail page. Please give me some other solutions.

Re: How to remove PayPal from Product Page (Check out with PayPal button)?

I also cannot get rid of the **bleep** buttons. The options don't change if you have a theme installed it seem's. I'm running smartwave porto theme and i've even tried to comment it out with CSS, but it loads after the page load so it appears regardless.. Be nice to know where this is added in the file structure so we can determine how to edit it out of the files based in our themes

Re: How to remove PayPal from Product Page (Check out with PayPal button)?

*Bump*

Re: How to remove PayPal from Product Page (Check out with PayPal button)?

not working

Re: How to remove PayPal from Product Page (Check out with PayPal button)?

Hi, maybbe late but I removed the little PayPal Button (on my additional sidebar, I use only Paypal Pro) with the Remove Option: (I use the Luma theme in the default directory)

in [magento-root]\vendor\magento\[your-theme]\Magento_Theme\layout\default.xml put:

 

<referenceBlock name="paypal.partner.right.logo" remove="true"/>

and Flush static cache and Flush Magento Cache.

This worked for me.