Jump to content

Customer Title - fussy customers


Recommended Posts

Shop just open

Customers complaining that they do not like the option of only Mr and Ms when they register for the site

Whilst I am quite happy with the choice - there seems to be a swell of people who find this derogatory!

Is it possible for me to add a few more options to the code? Where and how

Thanks

Link to comment
Share on other sites


{l s='Gender'}
               <input type="radio" id="id_gender1" name="id_gender" value="1" {if $smarty.post.id_gender == 1 OR !$smarty.post.id_gender}checked="checked"{/if} />
{l s='Mr.'}
               <input type="radio" id="id_gender2" name="id_gender" value="2" {if $smarty.post.id_gender == 2}checked="checked"{/if} />
{l s='Ms.'}


so i don't think it will be too easy.
(checks in customer classes, missing icons, how to divide female and male masters, ...)

i think that a title field should be added, because in some countries people insist on being Dr, MSc, BSc ... (and i understand their wish, as its also written in passports, driving licenses ...

Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...