I'm trying to setup a domain registrar with WHMCS and I'm trying to figure out where $domain.fields is populated so I can add a field (also I noticed with domains like .net vs. .net.au it doesn't show as many fields?)
snippet from template file I’m referring to orderforms\cart\configuredomains.tpl:
Any advice would be appreciated.PHP Code:{foreach key=domainfieldname item=domainfield from=$domain.fields}
<label>{$domainfieldname}: {$domainfield}</label><br />
{/foreach}

Reply With Quote