Jump to content

Change Name of ID Protection


ignisium

Recommended Posts

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! :)

Link to comment
Share on other sites

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.";

 

3iI9GAm.png

 

... 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. :idea:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated