Jump to content

(SOLVED) How to? - Remove gender from customer login


Recommended Posts

Hello.

You can delete this part of the authentication.tpl file to avoid show the option:


{l s='Title'}
<input type="radio" name="id_gender" id="id_gender1" value="1" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == 1}checked="checked"{/if} />
{l s='Mr.'}
<input type="radio" name="id_gender" id="id_gender2" value="2" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == 2}checked="checked"{/if} />
{l s='Ms.'}



Try it :)

IT Department.
http://www.ortopediaplus.com
Link to comment
Share on other sites

×
×
  • Create New...