Ray UK Posted February 15, 2014 Share Posted February 15, 2014 (edited) Hi, I have just noticed that our "Create an Account" page is blank When a user clicks "Log in", then enters an email and clicks next, the page jquery fades the screen, but doesn't fade in the form for filling in :/ However, if you go to checkout the form is there for filling in. I have tried the resolution at http://www.prestashop.com/forums/topic/231361-solved-create-new-account-button-doesnt-work/?do=findComment&comment=1177158 but it seems that's not the same problem. As you can imagine, this could have a big impact on customers signing up so any help asap is appreciated. Im not sure how long this has been like this for :/ Thanks (Shop link in sig) Edited February 15, 2014 by MerseyRay (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 15, 2014 Share Posted February 15, 2014 something strange happens there. but i know workaround. go to authentication.tpl file locatedi n your theme directory there is a code: else { // adding a div to display a transition $('#center_column').html('<div id="noSlide">'+$('#center_column').html()+'</div>'); $('#noSlide').fadeOut('slow', function(){ $('#noSlide').html(jsonData.page); // update the state (when this file is called from AJAX you still need to update the state) bindStateInputAndUpdate(); $(this).fadeIn('slow', function(){ document.location = '#account-creation'; }); }); } change this line: $('#noSlide').fadeOut('slow', function(){ to: $('#noSlide').fadeIn('slow', function(){ effect after trying to "register" Link to comment Share on other sites More sharing options...
Ray UK Posted February 15, 2014 Author Share Posted February 15, 2014 Many thanks Vekia. That Solved it. No Idea why that has happened. I must have changed something else that affected it, but I definately didnt alter the in to out :/ Cheers Link to comment Share on other sites More sharing options...
Recommended Posts