imtom Posted July 11, 2010 Share Posted July 11, 2010 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 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 12, 2010 WHMCS Support Manager Share Posted July 12, 2010 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. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.