Jump to content

Paypal to AlertPay


imtom

Recommended Posts

Mods, first let me apologize if I posted this in the wrong forum

 

The question I have is, if everything you setup was via payment gateway as paypal and I no longer wish to accept paypal how can I deactivate it without going through every single client and every single service and modify, is there a simple way of switching from paypal to alertpay within WHMCS?

 

Thanks

Link to comment
Share on other sites

  • WHMCS Support Manager

Navigate to Setup > Payment Gateways and untick the "Show on Order Form" option for PayPal. Then edit your product groups (Setup > Product/Services > Edit) an untick the PayPal option. This will prevent new clients from selecting PayPal.

 

Then run the following from the SQL tab in phpmyadmin:

 

UPDATE tblhosting SET paymentmethod='quantumgateway' WHERE paymentmethod='authorize';

UPDATE tblhostingaddons SET paymentmethod='quantumgateway' WHERE paymentmethod='authorize';

UPDATE tbldomains SET paymentmethod='quantumgateway' WHERE paymentmethod='authorize';

UPDATE tblinvoices SET paymentmethod='quantumgateway' WHERE paymentmethod='authorize' AND status='Unpaid';

 

Replace quantumgateway with the new gateway and authorize with the old gateway. You can find the exact names to use in tblpaymentgateways.

 

As always, before making any changes to the database please backup.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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