Jump to content
  • 0

Registrar Module Contacts


RHarmzen

Question

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 ChrisD
ModeratorEdit: Images removed for containing personal information
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

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

Guest
Answer this question...

×   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.

×
×
  • 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