commerce checkout empties the cart when checkout fails.
This commit is contained in:
parent
c3f0c19f1b
commit
9acd445087
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ sub www_checkoutSubmit {
|
|||
push(@resultLoop, $var);
|
||||
}
|
||||
|
||||
$shoppingCart->empty;
|
||||
$shoppingCart->empty unless ($checkoutError);
|
||||
|
||||
$param{title} = $i18n->get('transaction error title');
|
||||
$param{statusExplanation} = $i18n->get('status codes information');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue