What version of OC, default or custom theme?
Link?
Link?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
see if this works for you
open: catalog/view/theme/default/template/checkout/checkout.tpl
find
It is part of the: $('#button-login').live('click', function() {
change it to:
open: catalog/view/theme/default/template/checkout/checkout.tpl
find
Code: Select all
if (json['redirect']) {
location = json['redirect'];
}
change it to:
Code: Select all
if (json['redirect']) {
location = json['redirect'];
}else{
location.reload();
}
Daniel, I guess it wasn't "invalid" after all since you FINALLY fixed it in the SVN 602:
http://forum.opencart.com/viewtopic.php ... 40#p165843
http://forum.opencart.com/viewtopic.php ... 40#p165843
Who is online
Users browsing this forum: No registered users and 6 guests