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: |
#if($UtilMethods.isSet($orderForm.trackingNumber))
Tracking Information: |
#else
|
#end
Payment Type: |
#set($paymentMethods = $productwebapi.getPaymentMethods())
#foreach($paymentMethod in $paymentMethods)
#if("$orderForm.paymentType" == "$paymentMethod.get('value')")
$paymentMethod.get("friendlyName")
#end
#end
|
|
#if($orderForm.isCreditCardPayment())
Name on Card: |
$!orderForm.nameOnCard |
#else
Bank Name: |
$!orderForm.checkBankName |
#end
#if($UtilMethods.isSet($orderForm.trackingNumber))
Please click here to track your Package |
#else
|
#end
#if($orderForm.isCreditCardPayment())
Card Type: |
$!orderForm.cardType |
#else
Check Number: |
$!orderForm.checkNumber |
#end
|
#if($orderForm.isCreditCardPayment())
Card Number: |
$!orderForm.cardNumber |
#else
|
#end
|
#if($orderForm.isCreditCardPayment())
Expiration Date: |
$productwebapi.getMonth($!{orderForm.cardExpMonth}) / $!{orderForm.cardExpYear} |
#else
|
#end
|