ignisium Posted January 11, 2017 Share Posted January 11, 2017 I've tried searching for this with no luck. How can I change the name of the domain addon "ID Protection"? I would prefer to change it to "WHOIS Privacy ($6/year)". None of my clients know what ID Protection means, and a few have asked why some of their domains are $15/year for a .com and others are $21/year (with the ID protection added) since nothing in the invoice states the per-year price of ID protection as a domain addon. Thanks in advance! 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 11, 2017 Share Posted January 11, 2017 you can use a Language Override to modify the text string used for ID Protection... so if you use an override to change the value of the string below (from /lang/english.php)... $_LANG['domainidprotection'] = "ID Protection"; to... $_LANG['domainidprotection'] = "WHOIS Privacy ($6/year)"; the client should see the new string being used - and then repeat for any other languages that you are using. additionally, you might also want to add an override for the text in the box too... $_LANG['domainaddonsidprotectioninfo'] = "Protect your personal information and reduce the amount of spam to your inbox by enabling ID Protection."; ... and the reason to use Language Overrides is because you shouldn't edit the original language files as they will be overwritten during a WHMCS update - any modifications you make to the overrides files won't be. 0 Quote Link to comment Share on other sites More sharing options...
ignisium Posted January 13, 2017 Author Share Posted January 13, 2017 Found it and adjusted it. Thanks for your help! 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.