I haven't seen a solution yet.
I have v1.3.5 and a custom template giving a blank page when a customer selects "login"
If I change back to one of the classic templates - the login page displays the following:
<!-- function resetZoneSelected(theForm) { if (theForm.state.value != '') { theForm.zone_id.selectedIndex = '0'; if (theForm.zone_id.options.length > 0) { theForm.state.value = 'JS_STATE_SELECT'; } } } function update_zone(theForm) { var NumState = theForm.zone_id.options.length; var SelectedCountry = ""; while(NumState > 0) { NumState--; theForm.zone_id.options[NumState] = null; } SelectedCountry = theForm.zone_country_id.options[theForm.zone_country_id.selectedIndex].value;
Any Idea what could be causing this error?
Also - it is reported that the checkout button produced the same result, however, at this point I can't get there to check.
http://www.sonofthepharaoh.com/estoreonline
thanks.



