dhollingworth Posted November 11, 2010 Share Posted November 11, 2010 Hi I've successfully integrated the domain checker code with the site were developing. I can search for a domain just fine; but when it displays an available domain in the domain checker there's no price displayed for it under the "More Info" column. I have pricing set up for the domains and if I go through the client portal to the domain checker it works fine; but external calls to domain checker are giving this issue. I'm using WHMCS version 4.3.1. Is this a bug? Regards David 0 Quote Link to comment Share on other sites More sharing options...
dhollingworth Posted November 11, 2010 Author Share Posted November 11, 2010 It seems this bit of code in domainchecker.tpl isn't working: <select name="domainsregperiod[{$result.domain}]"> {foreach key=period item=regoption from=$result.regoptions} <option value="{$period}">{$period} {$LANG.orderyears} @ {$regoption.register}</option> {/foreach} </select> 0 Quote Link to comment Share on other sites More sharing options...
dhollingworth Posted November 11, 2010 Author Share Posted November 11, 2010 Solved this! Problem was some dodgy coding on our side that was returning the tld with the leading dot trimmed off it. How embarrassing. David 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.