loquinho500 Posted January 18, 2012 Share Posted January 18, 2012 I researched a lot about the subject and found nothing so I myself tried to add a field, but what did i? How do I use web20cart I entered into this folder and open the file viewcar.tpl i edited it. Add the code below. <h2>{$LANG.informacoesadicionais}</h2> <div class="signupfields"> <div class="clearfix"> <label for="atendente">{$LANG.atendente}</label> <div class="input"> <select name="atendente" id="atendente"> {php} $pesquisa_atendentes = mysql_query("SELECT * FROM atendente"); while($dados = mysql_fetch_array($pesquisa_atendentes)) { {/php} <option value="{php} echo $dados['id'];{/php}">{php} echo $dados['nome'];{/php}</option> {php} } {/php} </select> </div> </div> </div> This is working!! but the problem is that i want that this send to a php code how do i do it? This is the seller receive your commission thanks gustavo 0 Quote Link to comment Share on other sites More sharing options...
Sitepearl Posted January 19, 2012 Share Posted January 19, 2012 Why not use a custom field from within WHMCS? 0 Quote Link to comment Share on other sites More sharing options...
loquinho500 Posted January 19, 2012 Author Share Posted January 19, 2012 because that way I'll need to insert a field in all products or not? if not how do i do it? 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.