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
Binary file not shown.
|
|
@ -545,7 +545,7 @@ sub convertTransactionLog {
|
|||
index vendorId (vendorId)
|
||||
)");
|
||||
$session->setting->add('shopMyPurchasesTemplateId','');
|
||||
$session->setting->add('shopMyPurchaseDetailTemplateId','');
|
||||
$session->setting->add('shopMyPurchasesDetailTemplateId','g8W53Pd71uHB9pxaXhWf_A');
|
||||
my $transactionResults = $db->read("select * from oldtransaction order by initDate");
|
||||
while (my $oldTranny = $transactionResults->hashRef) {
|
||||
my $date = WebGUI::DateTime->new($session, $oldTranny->{initDate});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue