#parse('incl/header.incl')
#set($empty = true) #set($total = 0) #foreach($item in $cart) #set($total = $total + $item.total) #set($empty = false) #end #if(!$empty) #if($convertedTotal) #end #end
ID Product Qty Unit Price Total Price
$!item.id $!item.name $!number.currency($item.unit) $!number.currency($item.total)
NET TOTAL $!number.currency($total)
$convertedTotal
#if($empty)
Your shopping cart is empty!
#else
#end
#parse('incl/footer.incl')