fixes
This commit is contained in:
parent
13ad62bade
commit
6f5c1cd9c1
1 changed files with 2 additions and 1 deletions
|
|
@ -2207,7 +2207,8 @@ sub saveRegistration {
|
|||
}
|
||||
$counter++;
|
||||
}
|
||||
$self->session->http->setRedirect($self->getUrl("op=viewCart"));
|
||||
$self->session->http->setRedirect($self->getUrl("op=viewCart")) if $self->session->form->get('checkoutNow');
|
||||
$self->session->http->setRedirect($self->getUrl("func=view"));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue