Jump to content

Ajax Authentication Issue


Recommended Posts

Hi,

 

I have a strange problem with my new theme.

 

When I'm installing a fresh copy of prestashop, registration works well, fade in, fade out, registration form etc.

 

But when I'm adapting new theme the authentication form doesn't work :/

The problem is with "REGISTER" form. I'm putting my other email, click 'Register' and nothing happens.

 

I've checked the POST command on the XHR tab in Firebug, and there is a normal POST action with my email. But the registration form doesn't appear.

 

I've made a change with:

 

 

 $('#create-account_form').submit(function(){
  submitFunction();
  return false;

to:

 

 $('#create-account_form').submit(function(){
  submitFunction();
  //return false;

 

 

and change the input type to submit.

It works, but without AJAX effect... And there was an error: see attachment

 

 

I didn't change any of object ID

I've removed any JS/CSS files from header from my new theme, instead of putting the default PS JS/CSS files. Still nothing happens.

post-195280-0-16737300-1361722172_thumb.jpg

Link to comment
Share on other sites

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...