[JSH]John Posted August 17, 2009 Share Posted August 17, 2009 Is there an easy way to change the domain renewal pricing for existing customers? I'd do it manually but I have quite a few domains now. I've had a look around, but can't seem to find a quick and easy way to do this yet. 0 Quote Link to comment Share on other sites More sharing options...
scurrell Posted August 18, 2009 Share Posted August 18, 2009 John;118875']Is there an easy way to change the domain renewal pricing for existing customers? I'd do it manually but I have quite a few domains now. I've had a look around' date=' but can't seem to find a quick and easy way to do this yet.[/quote'] Run a script against the database to update them 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 20, 2009 WHMCS Support Manager Share Posted August 20, 2009 Run this operation on your database: UPDATE tbldomains SET recurringamount=450 WHERE recurringamount=400 450 is the new price, 400 is the existing price. 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.