isdoo Posted April 29, 2008 Share Posted April 29, 2008 Hi, Can anyone help me with the SQL command to change a client to say 'credit card' or 'cheque' etc. on all items that they have with us. many thanks. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted April 29, 2008 WHMCS CEO Share Posted April 29, 2008 There are 3 types of recurring items a client can have that would need updating: UPDATE tblhosting SET paymentmethod='paypal' WHERE userid='1'; UPDATE tblhostingaddons SET paymentmethod='paypal' WHERE userid='1'; UPDATE tbldomains SET paymentmethod='paypal' WHERE userid='1'; Matt 0 Quote Link to comment Share on other sites More sharing options...
Iceman Posted April 29, 2008 Share Posted April 29, 2008 Hmmm....I can see this would be very useful. i.e the ability to change the way a specific client pays for ALL 100+ items. I think I'll put that into our system as an Addon Module. Cheers, Paul 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.