Jump to content

Registration user problem with Internet explorer [SOLVED]


Recommended Posts

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 by alreadynight (see edit history)
  • Like 3
Link to comment
Share on other sites

  • 4 months later...

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

  • 1 month later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...