prem101 Posted December 22, 2008 Share Posted December 22, 2008 Hello, We raised domain renewal prices in Domain Prices in WHMCS. But WHMCS is billing my clients the same Price it was Last Year. Do I have to Manually Change it for all domains? If it is the case it will take lot of time to me and its hectic. Any suggetions? 0 Quote Link to comment Share on other sites More sharing options...
Matt Wade Posted December 22, 2008 Share Posted December 22, 2008 Changing the price in Domain Prices does not update the price clients are currently paying. You would have to do this manually. Easy way would be to update the table directly with something like this: update tbldomains set recurringamount = NEWPRICE where recurringamount = OLDPRICE; Notice: I don't take responsibility for you messing up your DB . Always make a backup before doing anything. Also note that this does not affect invoices that have already been generated. 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.