Shopping Cart
% if ($#{$content} != -1) {
% for (my $j=0; $j<=$#{$content}; $j++) {
<% $content->[$j]->{description} %>
% }
Clear your Shopping Kart of all items
% } else {
Your shopping Kart is empty!
% }
<& leftbar.html, cfg=>$cfg, page=>$page &>
<& toplogo.html, cfg=>$cfg &>
<%args>
$cfg=>undef
$content=>undef
$page=>undef
%args>