Question

There are some additional domain service parameters which are asked in the store on the domain registration. For example, on .sg domains registration with WEBNIC Administrative Identity Number is asked:

It is required to change the way the customer sees the parameter name. How to do it?

Answer

Do not change the service parameter name in the service template (Home > Products > Service Templates > # ID .tld > Service Parameters) as the name is taken internally, from the domain plugin code.

The only way to modify the name is through localization:

  1. Create a localization file (or use an existing dictionary volume), e.g. /usr/local/bm/conf/locale/locale.en.custom
  2. Put a translation there, e.g.:

    "Administrative Identity Number" "Administrative Identity Number (changed name)"
    
  3. Restart pba:

    /etc/init.d/pba restart

Basically the steps are described in the article #116938.

See the result:

Such solution has a following limitation - if the words Administrative Identity Number will be met somewhere in the other places of the control panel (e.g. PCP or CCP), they will also be displayed as Administrative Identity Number (changed name).

Internal content