Bill to:
Name: $order.name
Address: $order.address
E-Mail: $order.email
Paywith: $payTypeOption.${order.paytype}
Your order items:
#foreach ($lineItem in $order.lineItemList) #end
$lineItem.quantity × $lineItem.product.title $numberTool.format("##0", $lineItem.price)
Total $numberTool.format("##0", $total)
#springFormHiddenInput( "order.id" "" )
#springFormHiddenInput( "order.id" "" )