Wayne_ Posted March 25, 2012 Share Posted March 25, 2012 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: {foreach key=domainfieldname item=domainfield from=$domain.fields} <label>{$domainfieldname}: {$domainfield}</label><br /> {/foreach} Any advice would be appreciated. 0 Quote Link to comment Share on other sites More sharing options...
Sitepearl Posted March 25, 2012 Share Posted March 25, 2012 $domain is a smarty variable, which would have been assigned via PHP... which is probably encrypted with Ioncube.... so I'm not sure if what you are trying to do is possible. If you could give some more details, maybe I could help you better? 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.