itdungpt Posted October 27, 2021 Share Posted October 27, 2021 {foreach $domaincontacts as $domcontact} <option value="{$domcontact.id}"{if $contact == $domcontact.id} selected{/if}> {$domcontact.name} </option> {/foreach} This code domain work on /orderforms/standard_cart/configuredomains.tpl How to work $domaincontacts for configuredomains.tpl please help me !!! 0 Quote Link to comment Share on other sites More sharing options...
itdungpt Posted November 29, 2021 Author Share Posted November 29, 2021 Please help me 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted November 29, 2021 Share Posted November 29, 2021 What are you trying to do exactly? IIRC, the domain contacts and fields are done by the registrar module's GetContactDetails function. Are you at that point or trying to customize a registrar module further or? 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.