flipe Posted November 2, 2013 Share Posted November 2, 2013 (edited) Para retirar o asterisco do telefone celular você vai ao arquivo authentication.tpl e troca a opção "<sup> *</sup>" a retirando de lá e passando para telefone residencial. <p class="text"> <label for="phone">{l s='Home phone'}<sup> *</sup></label> <input type="text" class="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}" /> </p> <p class="text"> <label for="phone_mobile">{l s='Mobile phone'} {if $one_phone_at_least}{/if}</label> <input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" /> A outra alteração foi feita comentando o trecho do código referente a "Tipo de Imposto" também no arquivo authentication.tpl. {* <fieldset class="account_creation dni"> <h3>{l s='Tax identification'}</h3> <p class="required text"> <label for="dni">{l s='Identification number'}</label> <input type="text" class="text" name="dni" id="dni" value="{if isset($smarty.post.dni)}{$smarty.post.dni}{/if}" /> <span class="form_info">{l s='DNI / NIF / NIE'}</span> </p> </fieldset>*} Para quem usa o módulo CPFuser, não faz sentido ter esse bloco na área de registro pois pode confundir quem faz o cadastro, e na verdade eu nem sei para o que ser esse campo, se alguém puder explicar ou mostrar onde consigo uma explicação seria bom. Edited November 30, 2013 by flipe (see edit history) Link to comment Share on other sites More sharing options...
flipe Posted November 30, 2013 Author Share Posted November 30, 2013 Ninguém? Link to comment Share on other sites More sharing options...
guest* Posted December 1, 2013 Share Posted December 1, 2013 Quanto ao telefone, ninguém até agora achou uma solucao. Também venho vasculhando os outros fórums. Para os segundo nao sei, pois nao uso CPF para o cadastro de clientes. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now