added thank you page
fixed bug in minicart added user transaction detail page
This commit is contained in:
parent
c913c3ede3
commit
93454e36f9
9 changed files with 115 additions and 23 deletions
|
|
@ -386,7 +386,7 @@ sub www_selectPaymentGateway {
|
|||
my $transaction = WebGUI::Shop::Transaction->create($session, {cart => $cart});
|
||||
$transaction->completePurchase('zero', 'success', 'success');
|
||||
$cart->onCompletePurchase;
|
||||
$transaction->www_thankYou($session);
|
||||
$transaction->thankYou();
|
||||
}
|
||||
|
||||
# All the output stuff below is just a placeholder until it's templated.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue