capitaldelpoker Posted July 12, 2012 Share Posted July 12, 2012 (edited) Buenas me gustaria elimar la casilla de telefono en el proceso de registro de la tienda, adjunto imagen con lo que me gustaria eliminar, si fuese posible. De antemano os agradezco la ayuda. Edited July 12, 2012 by capitaldelpoker (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted July 12, 2012 Share Posted July 12, 2012 Buenas me gustaria elimar la casilla de telefono en el proceso de registro de la tienda, adjunto imagen con lo que me gustaria eliminar, si fuese posible. De antemano os agradezco la ayuda. Lo puedes hacer, editando el fichero: authentication.tpl de tu plantilla. Link to comment Share on other sites More sharing options...
capitaldelpoker Posted July 12, 2012 Author Share Posted July 12, 2012 me debo cargar lo referente a lo que quiero eliminar? Link to comment Share on other sites More sharing options...
nadie Posted July 12, 2012 Share Posted July 12, 2012 me debo cargar lo referente a lo que quiero eliminar? Eliminar las lineas correspondientes o comentarlas así: <!-- linea a comentar --> Link to comment Share on other sites More sharing options...
capitaldelpoker Posted July 12, 2012 Author Share Posted July 12, 2012 imagino que debo eliminar parte de esto <p class="text"> <label for="phone">{l s='Home phone'}</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'} <sup>*</sup></label> <input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" /> <span class="inline-infos">{l s='You must register at least one phone number'}</span> </p> Link to comment Share on other sites More sharing options...
capitaldelpoker Posted July 12, 2012 Author Share Posted July 12, 2012 dime si estoy en lo cierto o no, deberia elimar esto <p class="text"> <label for="phone">{l s='Home phone'}</label> <input type="text" class="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}" /> </p> <span class="inline-infos">{l s='You must register at least one phone number'}</span> </p> Link to comment Share on other sites More sharing options...
nadie Posted July 12, 2012 Share Posted July 12, 2012 Si quieres eliminar el fijo y el mensaje ese, prueba eliminar estas lineas que comentas. (El ultimo mensaje que pusiste) Link to comment Share on other sites More sharing options...
capitaldelpoker Posted July 12, 2012 Author Share Posted July 12, 2012 Probado y solucionado, muchas gracias Link to comment Share on other sites More sharing options...
nadie Posted July 12, 2012 Share Posted July 12, 2012 Probado y solucionado, muchas gracias Un placer ayudarte y servirte! Un saludo y recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso. Link to comment Share on other sites More sharing options...
Recommended Posts