#parse('incl/header.incl') Please review your order before proceeding with the payment: #set($empty = true) #set($total = 0) #foreach($item in $cart) #set($total = $total + $item.total) #set($empty = false) #end #if(!$empty) #end
ID Product Qty Unit Price Total Price
$!item.id $!item.name $!number.integer($item.qty) $!number.currency($item.unit) $!number.currency($item.total)
NET TOTAL $!number.currency($total)
The order will be shipped to:
$!valueLists.vl_titles.get($customer.customer_title_id) $customer.customer_firstname $customer.customer_lastname
$!customer.customer_address
$!customer.customer_city $!customer.customer_zipcode #if($plugin.isNotNull($customer.customer_state))($customer.customer_state)#end
$!valueLists.vl_countries.get($customer.country_id)
#if($null.isNotNull($utcTime)) UTC time: $!utcTime.dateString #end

A confirmation email will be send to:
$!customer.customer_email

#if($error)
$error
#end
#if(!$error)
#end
#parse('incl/footer.incl')