reinl07 Posted August 13, 2014 Share Posted August 13, 2014 Hi guys, i have a problem to change label name of state and country in registration form and customer account settings. I tried to edit them from authentication.tpl , address.tpl , address. but i've no idea why it wasn't change. {elseif $field_name eq "State:name" || $field_name eq 'state'} {assign var='stateExist' value=true} <p class="required id_state select form-group"> <label for="id_state">{l s='State'} <sup>*</sup></label> <select name="id_state" id="id_state" class="form-control"> <option value="">-</option> </select> </p> {/if} i changed that bold word in (authentication.tpl line 589) {if $field_name eq 'State:name'} {assign var="stateExist" value=true} <div class="required id_state form-group"> <label for="id_state">{l s='State'} <sup>*</sup></label> <select name="id_state" id="id_state" class="form-control"> <option value="">-</option> </select> </div> {/if} (address.tpl line 119) Can anybody help me?Thanks Link to comment Share on other sites More sharing options...
El Patron Posted August 13, 2014 Share Posted August 13, 2014 you do not typically need to change .tpl files try this back office-->localization-->translations-->front office-->select langaugage find 'address' (there may be more than one address found) there you modify the content 3 Link to comment Share on other sites More sharing options...
reinl07 Posted August 15, 2014 Author Share Posted August 15, 2014 No no, i need to change the title of the options ("State") to ("Sub District") and ("country") to ("District"). Because in my country the shipping carriers need the information of the location of Customer Sub Districts, to know what price of shipping cost must be paid by customers. I slightly modified the method of shipping costs, Sub District equal Zones. i do not need the country field, because i only sell domestically. it's difficult or not? Thank you El Patron for your help. Link to comment Share on other sites More sharing options...
reinl07 Posted August 15, 2014 Author Share Posted August 15, 2014 Change the label name of ("State") to ("Sub District") and ("country") to ("District") in registration form and customer account settings.* Link to comment Share on other sites More sharing options...
reinl07 Posted August 15, 2014 Author Share Posted August 15, 2014 ohh my bad, Yes it's Works !! Thank You El Patron .. Link to comment Share on other sites More sharing options...
El Patron Posted August 15, 2014 Share Posted August 15, 2014 ohh my bad, Yes it's Works !! Thank You El Patron .. you are welcome...happy selling...back up back up back up Link to comment Share on other sites More sharing options...
cistech Posted November 4, 2014 Share Posted November 4, 2014 Gentlemans... you made my day. thx Link to comment Share on other sites More sharing options...
Recommended Posts