alreadynight Posted December 11, 2012 Share Posted December 11, 2012 (edited) I had problem during user registration (frontend) using IE9 (prestashop 1.5.2). Problem was that, after typing email address, the form didn't go ahead. I post my solution if it can help someone. Edit template authentication.tpl; find input field with id="SubmitCreate"; change type parameter "button" into "submit" as show below before editing (original version): <input type="button" id="SubmitCreate" name="SubmitCreate" class="button_large" value="{l s='Create your account'}" /> after editing: <input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large" value="{l s='Create your account'}" /> I hate IE but I don't get why prestashop is not compatible with it! Edited December 11, 2012 by alreadynight (see edit history) 3 Link to comment Share on other sites More sharing options...
webslac Posted May 10, 2013 Share Posted May 10, 2013 didnt work here... At the IE it shows with transparency... and in chrome and mozilla it doesnt show up! Any solution? Thanks Link to comment Share on other sites More sharing options...
alreadynight Posted May 10, 2013 Author Share Posted May 10, 2013 submit doesn't work? Really? "Submit" type is standard html: it has to work! Link to comment Share on other sites More sharing options...
webslac Posted May 10, 2013 Share Posted May 10, 2013 you can check it!! its live: slacoachingshop.com/br/ I dont know why it doesnt work.... Link to comment Share on other sites More sharing options...
alreadynight Posted May 10, 2013 Author Share Posted May 10, 2013 your template is not the default template... I don't know what you changed! This solution work for prestashop 1.5.2 default template. Looking at your site, probably there is something wrong about fadein/fadeout function that change the user's form... I'm not sure, but try to check it! Good luck! :-) Link to comment Share on other sites More sharing options...
webslac Posted May 13, 2013 Share Posted May 13, 2013 my template is the LeoTheme Sportshoe yeah, i'm trying to check it this fadein! Thanks Link to comment Share on other sites More sharing options...
Online Office USA Posted June 13, 2013 Share Posted June 13, 2013 Outstanding! 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