AznHypeBreaker Posted May 19, 2021 Share Posted May 19, 2021 Can anyone tell me how to bulk turn off auto CC processing for all of my clients? Alternatively, if someone knows where it is in the database, I can write a SQL query to bulk update it. I can't be forced to go one by one for each client and turn this off, right? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Technical Analyst II WHMCS Alex Posted May 23, 2021 WHMCS Technical Analyst II Share Posted May 23, 2021 Hi @AznHypeBreaker, WHMCS does not have a bulk disable option for the Auto CC Processing option, however, it can be achieved via this SQL query: UPDATE `tblclients` SET `disableautocc` = "1"; Please be sure to fully backup your WHMCS database before executing said query. 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.