#parse('static/messages.html')
#set($paymentType = $!orderForm.paymentType) #set($billingType = $!orderForm.billingAddressType) #set($shippingType = $!orderForm.shippingAddressType)
Payment Information:
  Payment Type  
  Name on Card  
  Card Type #set($cardType = $!orderForm.cardType)  
  Card Number  
  Card CVV Number  
  Expiration Date #set($month = $!orderForm.cardExpMonth) #set($year = $!orderForm.cardExpYear) #set($now = $date.getDate()) #set($nowMonth = $date.format('M',$now)) #set($nowYear = $date.format('yyyy',$now)) #if($month == -1) #set($month = $math.sub($nowMonth,1)) #end #if($year == -1) #set($year = $!nowYear) #end  
  PO Number  
Billing Address:
  Choose a Billing Address #if($billingType == 'Home' || $billingType == 'home') #set($selected = "CHECKED") #else #set($selected = "") #end Home #if($billingType == 'Work' || $billingType == 'work') #set($selected = "CHECKED") #else #set($selected = "") #end Work #if($billingType == 'Other') #set($selected = "CHECKED") #else #set($selected = "") #end Other  
  Address Street 1  
    Address Street 2  
  City  
  State
 
  Country  
  Zip  
Tax Information:
    Tax Exemption Number  
Shipping Address:
Same as Billing Address
  Choose a Shipping Address #if($shippingType == 'Home' || $shippingType == 'home') #set($selected = "CHECKED") #else #set($selected = "") #end Home #if($shippingType == 'Work' || $shippingType == 'work') #set($selected = "CHECKED") #else #set($selected = "") #end Work #if($shippingType == 'Other') #set($selected = "CHECKED") #else #set($selected = "") #end Other  
    Shipping Label  
  Address Street 1  We Cannot Ship to PO Boxes  
    Address Street 2  
  City  
  State
 
  Country  
  Zip  
  Phone  
    Fax  


"" ""