Shopping Cart

% if ($#{$content} != -1) { % for (my $j=0; $j<=$#{$content}; $j++) {

<% $content->[$j]->{product_id} %>. <% $content->[$j]->{product_name} %> ($<% $content->[$j]->{price} %>)

<% $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