Lord Steven Posted September 12, 2012 Share Posted September 12, 2012 I am very surprised that I can not find the answer to this on this forum already On the customer account creation page there are 2 titles, Mr and Ms, how can I add Mrs, Miss, Dr, etc, or are married women not alllowed to purchase from our sites. Steve Link to comment Share on other sites More sharing options...
El Patron Posted September 12, 2012 Share Posted September 12, 2012 Ms. is the socially inclusive way to address a woman. There is no Mr's denoting a married man. but if you would like start looking at changes necessary start here: themes/yourtheme/authentication.tpl Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted September 12, 2012 Share Posted September 12, 2012 (edited) are married women not alllowed to purchase from our sites. You can add the additional titles in yourtheme/authentication.tpl file. Hope that helps! Marty Shue EDIT: Looks like we were responding at the same time elpatron Edited September 12, 2012 by Carolina Custom Designs (see edit history) 1 Link to comment Share on other sites More sharing options...
Lord Steven Posted September 12, 2012 Author Share Posted September 12, 2012 Thanks for your help, I have edited the file giving a few more options, cleared the cache and it doesnt show up on the create account page. <p class="radio required"> <span>{l s='Title'}</span> <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}> <label for="id_gender1" class="top">{l s='Mr.'}</label> <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}> <label for="id_gender2" class="top">{l s='Mrs.'}</label> <input type="radio" name="id_gender" id="id_gender3" value="3" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == '3'}checked="checked"{/if}> <label for="id_gender3" class="top">{l s='Ms.'}</label> <input type="radio" name="id_gender" id="id_gender4" value="4" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == '4'}checked="checked"{/if}> <label for="id_gender4" class="top">{l s='Miss.'}</label> <input type="radio" name="id_gender" id="id_gender5" value="5" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == '5'}checked="checked"{/if}> <label for="id_gender5" class="top">{l s='Dr.'}</label> <input type="radio" name="id_gender" id="id_gender6" value="6" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == '6'}checked="checked"{/if}> <label for="id_gender6" class="top">{l s='Lord.'}</label> </p> I am assuming this is correct. Am I missing something? Link to comment Share on other sites More sharing options...
El Patron Posted September 12, 2012 Share Posted September 12, 2012 to see your changes and when working with .tpl files back office-->preferences-->performance Set Force Compile to yes. now test your .tpl Link to comment Share on other sites More sharing options...
Lord Steven Posted September 13, 2012 Author Share Posted September 13, 2012 I have tried it set to force compile on but no change. Is it likely to have anything to do with the different translations? Link to comment Share on other sites More sharing options...
Recommended Posts