#parse('static/messages.html') #set( $statuses = $webevents.getRegistrationStatus())

Order Detail

Product Order Detail: Order # $!orderForm.inode Order Status: $statuses.get($webevents.valueOfStatus($!orderForm.orderStatus))

#set ($productItems = $orderForm.orderItemList) #set ($discounts = $webapi.getDiscountsByOrder($orderForm)) #foreach($productItem in $productItems) #set ($product = $productwebapi.getProductbyProductFormaId("$!productItem.productInode")) #set($priceAmount = $!webapi.getItemPriceWithDiscount($!productItem,$discounts)) #end
Product Name Qty Price
$product.title $!productItem.itemQty$ $webapi.toPriceFormat($priceAmount)
 
Sub Total:  $ $webapi.toPriceFormat($!orderForm.orderSubTotal)
Shipping and Handling:  $ $webapi.toPriceFormat($!orderForm.orderShipping)
Tax:  $ $webapi.toPriceFormat($!orderForm.orderTax)
Total:  $ $webapi.toPriceFormat($!orderForm.orderTotal)

#if($UtilMethods.isSet($orderForm.trackingNumber)) #else #end #if($orderForm.isCreditCardPayment()) #else #end #if($UtilMethods.isSet($orderForm.trackingNumber)) #else #end #if($orderForm.isCreditCardPayment()) #else #end #if($orderForm.isCreditCardPayment()) #else #end #if($orderForm.isCreditCardPayment()) #else #end
Billing Information: Shipping Information:
Address Line 1: $!orderForm.billingAddress1 Address Line 1: $!orderForm.shippingAddress1
Address Line 2: $!orderForm.billingAddress2 Address Line 2: $!orderForm.shippingAddress2
City: $!orderForm.billingCity City: $!orderForm.shippingCity
State: $!orderForm.billingState State: $!orderForm.shippingState
Country: $!orderForm.billingCountry Country: $!orderForm.shippingCountry
Zip/Postal Code: $!orderForm.billingZip Zip/Postal Code: $!orderForm.shippingZip
Phone: $!orderForm.billingPhone Phone: $!orderForm.shippingPhone

Payment Information:

Tracking Information:

 
Payment Type: #set($paymentMethods = $productwebapi.getPaymentMethods()) #foreach($paymentMethod in $paymentMethods) #if("$orderForm.paymentType" == "$paymentMethod.get('value')") $paymentMethod.get("friendlyName") #end #end  
Name on Card: $!orderForm.nameOnCardBank Name: $!orderForm.checkBankNamePlease click here to track your Package 
Card Type: $!orderForm.cardTypeCheck Number: $!orderForm.checkNumber 
Card Number: $!orderForm.cardNumber  
Expiration Date: $productwebapi.getMonth($!{orderForm.cardExpMonth}) / $!{orderForm.cardExpYear}