Jump to content

Add Mrs to personal details at registration.


Recommended Posts

Hi

 

A customer has pointed out to me!! that when she was asked to add her details at registration under title there is only a Mr and Ms and not a Mrs.

 

Where do I alter or add that to the registration process please.

 

I am using 1.4.8.2

 

Barry

Link to comment
Share on other sites

Search your code for

'Mr.' (including quotes)

and then you see the lines that create Mr. and Ms. Just add Mrs. here...

 

something like (Just copy the lines that define Mr or Ms and change to option 3, Mrs) :

<input type="radio" name="id_gender" id="id_gender3" value="3" {if isset($guestInformations) && $guestInformations.id_gender == 3}checked="checked"{/if} />

<label for="id_gender3" class="top">{l s='Mrs.'}</label>

 

 

 

Files that seem to have them are (maybe there are more):

/modules/paypal/express/authentication.tpl

/themes/prestashop/authentication.tpl

/modules/fianetfraud/fianetfraud.php

themes/prestashop/identity.tpl

/themes/prestashop/order-opc-new-account.tpl

 

 

Hope this does the trick,

pascal

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...