ASantiagoJr Posted November 4, 2010 Share Posted November 4, 2010 How do I incorporate a form to check both for single and bulk domain availability? Ex.) Customer is on our homepage and wishes to purchase a domain. He performs a search which takes him to WHMCS' registration page. Right now I have it set up to perform the search but it requires the user to search again on domainchecker.php without the domain the user would like to register. He/she has to perform the search all over again, how can I avoid this and have the user perform a search once and given the option to register the domain in question or search another domain if the domain is already registered. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted November 4, 2010 WHMCS Support Manager Share Posted November 4, 2010 You cna find the code under Utilities > Integration Code. 0 Quote Link to comment Share on other sites More sharing options...
kazorellc Posted November 14, 2010 Share Posted November 14, 2010 You cna find the code under Utilities > Integration Code. Along these same lines, how can I pre-check all the tlds to search ?? ie, when the user is on domainchecker.php , and they enter name they are wishing to search, I want all the shown (available tlds) to be pre checked, rather have them uncheck what they dont want vs, more clicks to see whats available. Regards 0 Quote Link to comment Share on other sites More sharing options...
bbhost Posted November 18, 2010 Share Posted November 18, 2010 Along these same lines, how can I pre-check all the tlds to search ?? ie, when the user is on domainchecker.php , and they enter name they are wishing to search, I want all the shown (available tlds) to be pre checked, rather have them uncheck what they dont want vs, more clicks to see whats available. Regards I just solved this issue myself. You need to edit the theme code in the bulkdomainchecker.tpl file. {if $num eq "0" && $available}checked {/if} Needs to be replaced with: {if $result.status eq "available"}checked {/if} 0 Quote Link to comment Share on other sites More sharing options...
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.