hippooflove Posted June 22, 2013 Share Posted June 22, 2013 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 More sharing options...
PascalVG Posted June 23, 2013 Share Posted June 23, 2013 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 More sharing options...
hippooflove Posted June 23, 2013 Author Share Posted June 23, 2013 Thank you for your reply Pascal. I have now changed all those and it has made no difference as yet. However it has given me info to help me search for other places. Thank you for your time it was much appreciated. Barry Link to comment Share on other sites More sharing options...
Paulito Posted June 23, 2013 Share Posted June 23, 2013 Good morning If you have not already seen it then you may find this topic useful http://www.prestashop.com/forums/topic/82620-adding-miss-and-mrs-to-the-registration-forms/ Hope this helps Paul Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now