PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

Removing title/gender field from registration

2 replies to this topic
#1
nac78

    PrestaShop Apprentice

  • Members
  • PipPip
  • 26 posts
Is it safe to remove the title/gender field from registration?
I think is quite unnecessary, at list in my shop. But is it used anywhere else?
Is it enough to delete

            


{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} />

<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} />



from authentication.tpl file?

#2
nac78

    PrestaShop Apprentice

  • Members
  • PipPip
  • 26 posts
I'm leaving this as it was before, I translated the title to gender and it is better now.

#3
justdogwalking.com

    PrestaShop Apprentice

  • Members
  • PipPip
  • 277 posts
Hi I have been querying this as well.

Can we have a response from Prestashop team?

Is the Title in the customer account form intended to be Title eg Mr Mrs etc or is it supposed to be gender eg male female?

Thanks