Artur Fonzarelli Posted April 11, 2013 Share Posted April 11, 2013 (edited) Hi!, In my account creation tab when viewing prestashop with Internet Explorer version 8 (IE8) does not contain the field called "State" When I compile all fields prestashop does not make me go ahead and tell me that is missing the "State". But it is not a field that you can not insert the value "State". So I can not continue the purchase of products. This problem occurs only with Internet Explorer version 8. With Internet Explorer version 9 the "State" field exists and then you can buy it regularly. Help me please I've prestashop 1.5.3.1 version Best regards Edited April 11, 2013 by Artur Fonzarelli (see edit history) Link to comment Share on other sites More sharing options...
Artur Fonzarelli Posted April 11, 2013 Author Share Posted April 11, 2013 Help me please Link to comment Share on other sites More sharing options...
magmo Posted April 11, 2013 Share Posted April 11, 2013 same problem here on prestashop 1.5.3.1. someone could help? Thanks! Link to comment Share on other sites More sharing options...
Artur Fonzarelli Posted April 12, 2013 Author Share Posted April 12, 2013 Hi!, I solved the problem. go to in: Themese ---> Your Themes -----> Authentication.tpl at the line 32-33-34-35 replace the following code: idSelectedCountry = {if isset ($ smarty.post.id_state)} {$ smarty.post.id_state | intval} {else} false {/ if}; countries = new Array (); countriesNeedIDNumber = new Array (); countriesNeedZipCode = new Array (); with the following code: var idSelectedCountry = {if isset ($ smarty.post.id_state)} {$ smarty.post.id_state | intval} {else} false {/ if}; var countries = new Array (); var countriesNeedIDNumber var = new Array (); var countriesNeedZipCode var = new Array (); Now, in the account creation tab appears STATE field. Bye Link to comment Share on other sites More sharing options...
nabeez Posted April 22, 2013 Share Posted April 22, 2013 I have tried the code but didn't work. I have 1.4.3 any suggestions please? I'm losing customers because of this issue! Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 23, 2013 Share Posted April 23, 2013 Hello nabeez, I don't think you have the same cause of the problem. Does it show on IE9? Link to comment Share on other sites More sharing options...
nabeez Posted April 23, 2013 Share Posted April 23, 2013 It actually worked like a charm, it turned out I was modifying authentication.tpl and checking the addresses.tpl file. Thanks for your reply though Hello nabeez, I don't think you have the same cause of the problem. Does it show on IE9? Link to comment Share on other sites More sharing options...
Recommended Posts