-
Similar Content
-
WHMCS Domains Registrar Updated to v4.0.1
By RadWebHosting,
- domain registrar module
- domain registrar
- (and 3 more)
- 0 replies
- 129 views
-
- 2 replies
- 418 views
-
- 1 reply
- 1013 views
-
- 4 replies
- 1546 views
-
- 0 replies
- 959 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
RHarmzen
When registering a domain or editing a domain's contacts we get different options for different TLDs and cannot find a setting that control's this:
For co.za domains we can ONLY see the registrant contact, other TLDs like .africa we can see registrant AND admin contact.
We have tried different Registrar Modules with the same results. Screenshots attached.
Snippet of code from _GetContactDetails
# Data should be returned in an array as follows
$values["Registrant"]["First Name"] = $resultarray[0];
$values["Registrant"]["Last Name"] = $resultarray[1];
$values["Registrant"]["Email"] = $resultarray[2];
$values["Registrant"]["Company Name"] = $resultarray[3];
$values["Registrant"]["Address 1"] = $resultarray[4];
$values["Registrant"]["Address 2"] = $resultarray[5];
$values["Registrant"]["City"] = $resultarray[6];
$values["Registrant"]["State"] = $resultarray[7];
$values["Registrant"]["Postcode"] = $resultarray[8];
$values["Registrant"]["Country"] = $resultarray[9];
$values["Registrant"]["Phone Number"] = $resultarray[10];
ModeratorEdit: Images removed for containing personal information
Edited by WHMCS ChrisDModeratorEdit: Images removed for containing personal information
Link to comment
Share on other sites
0 answers to this question
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.