Jump to content

How to remove PayPal Checkout on Order Summary?


Recommended Posts

Hello @sahe0001

These are the new PayPal Smart Buttons https://docs.whmcs.com/PayPal_Checkout that form part of PayPal Checkout, which is a new PayPal module available in WHMCS 7.9 and later.  If you are not wanting these buttons you would need to disable the PayPal Checkout module and ensure you have the PayPal Basic module setup which is our old PayPal module that does not use these buttons https://docs.whmcs.com/PayPal

Link to comment
Share on other sites

  • 1 year later...

Just FYI, I REALLY-REALLY hate these Paypal buttons, but like everything else about the modern paypal interface.

Reason:  it confuses my customers to use Paypal for credit cards, vs my Authorize.Net account which I've negotiated much cheaper rates with.  Only person that wins here, is Paypal.

Link to comment
Share on other sites

15 hours ago, garybarr said:

Just FYI, I REALLY-REALLY hate these Paypal buttons, but like everything else about the modern paypal interface.

disabling the addon or nuking them with a hook would remove them.

15 hours ago, garybarr said:

Reason:  it confuses my customers to use Paypal for credit cards, vs my Authorize.Net account which I've negotiated much cheaper rates with.  Only person that wins here, is Paypal.

it would be possible, either with a hook or more simply using CSS in a custom.css file, to remove the credit card black button if you wanted to...

.paypal-button-color-black {display: none !important;}

that's untested, but it should work.

2 hours ago, Magicklug said:

Agree, I don't even recommend to use it. 

i've just spent the best part of half an hour trying to find a user's site from here that was actually using PayPal like this (as I don't use it on my devs) - seems to be rarer than hen's teeth... only found 1.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated