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
|
|
@ -56,7 +56,7 @@ sub process {
|
|||
}
|
||||
my %var = (
|
||||
items => \@items,
|
||||
totalPrice => sprintf(".2f",$totalPrice),
|
||||
totalPrice => sprintf("%.2f",$totalPrice),
|
||||
totalItems => $totalItems,
|
||||
);
|
||||
my $template = WebGUI::Asset::Template->new($session, $templateId || 'EBlxJpZQ9o-8VBOaGQbChA');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue