Jump to content

About multiple domain registrar for same tld


korui

Recommended Posts

I don't think that you can do this by default so that the domain is automatically setup using the registrar choice of the user.

 

a tld can only be assigned to one registrar for automatic registration, via configdomains.php, so you might need to write an addon module if you want to automate this...

 

in the meantime, you could probably do it manually by assigning .com to "None" in the auto-registration dropdown and adding the following entry in includes/additionaldomainfields.php

 

$additionaldomainfields[".com"][] = array("Name" => "Registrar Choice", "LangVar" => "registrarchoice", "Type" => "dropdown", "Options" => "ResellerClub,Enom", "Default" => "ResellerClub",);

so when someone tries to register a .com domain, they will be given a choice of registrar - when you manually review the order and accept it, you can then assign it to the registrar of their choice and registration should occur.

 

http://docs.whmcs.com/Domains_Configuration#Automatic_Domain_Registration

 

because each tld can only have one entry in domain pricing, it can only have one price - e.g., you couldn't charge $10 for registrations through RC, and $15 via Enom - they would have to be the same price.

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