Not all TLDs supports a Registrar/Transfer-Lock, so it would be nice if WHMCS has an option (like the EPP Code, ID Protection, DNS Management) in the Adminarea so that we could say WHMCS which TLDs support a Lock and which not. And when the lock is not supported, WHMCS has to hide this Functions in the Clientarea because that confused many clients.
9 Comments
Login to post a comment.
.au domains for example do NOT have any registrar lock functions and we have tonnes of clients trying to lock or unlock the domains when they cant then they complain about the issue
* hide the menu entry
* not show the domain as unlocked (and not to ask about locking it)
This is just confusing for end-customers and ending in support tickets for resellers and finally registrars.
Cheers
Registrar can cover this over _GetDomainInformation function integration by returning null (unsupported), true (locked), false (unlocked) there for the registrar lock status. It would be sufficient if WHMCS just considers this correctly.