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
Solved! Go to Solution.
@McLure
The same setting available for shopping cart as well. Under advanced setting. PFA.
Kindly accept as solution so it will help to others as well.
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"
Flush the cache and check.
I hope it will help you!
Thanx
And then from ://myshop.com/checkout/cart/
@McLure
The same setting available for shopping cart as well. Under advanced setting. PFA.
Kindly accept as solution so it will help to others as well.
Strange I do not see that.. Thanx
It still showing in the product detail page. Please give me some other solutions.
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
*Bump*
not working
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.