smulligan Posted February 15, 2007 Share Posted February 15, 2007 How do I remove the category drop down from the order page? We only have one category. Can the domain name registration be automated with a registrar? 0 Quote Link to comment Share on other sites More sharing options...
VisiGod Posted February 28, 2007 Share Posted February 28, 2007 You can remove the first form in order-stepone.tpl. Make some tests before putting it in a live environment. The default one look like: <form method="post" action="{$smarty.server.PHP_SELF}"> {$LANG.ordercategories}: <select name="gid" onchange="submit()"> {foreach key=num item=productgroup from=$productgroups} <option value="{$productgroup.gid}"{if $gid eq $productgroup.gid} selected{/if}>{$productgroup.name} {/foreach} </select> </p> </form> 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted February 28, 2007 WHMCS CEO Share Posted February 28, 2007 VisiGod's suggestion for removing the category dropdown will work fine without any problems. And as for automated domain registration, this is a feature of V3.1. Look out for this next release soon. Matt 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.