Jump to content

Blank page - Registration of New Customer


Recommended Posts

Hi,

 

my e-shop has a problem with the registration of new customers. If I try to register and enters the email, I see only a white page.

 

Can I ask you for help?

 

Perhaps it was the update some modules that are compatible with version 1.6 My version is 1.5.6.2.

 

URL adress - http://obchod.herbadent.cz/en/

 

 

Tkanks for help.

 

 

Ales, Czech Republic

Edited by keeralesh (see edit history)
Link to comment
Share on other sites

as i supposed problem is related to jquery script

 

you've got code:

{
// 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';
});
});
}
 
comment out:
//bindStateInputAndUpdate();
Link to comment
Share on other sites

×
×
  • Create New...