Customer Billing Info: Customer Shipping Info:
Name: #bill_fname# #bill_lname#
Company: #bill_company# 
Military Unit: #military_unit#
Address: #bill_address#
#bill_city#
#varBill_state# #bill_zip#
#countryArray[getToken(bill_Country, 1, "|")]#
Tel: #bill_phone# 
Fax: #bill_fax# 
eMail: #bill_email# 
Name: #ship_fname# #ship_lname#
Company: #ship_company# 
Address: #ship_address#
#ship_city#
#varShip_state# #ship_zip#
#countryArray[getToken(ship_Country, 1, "|")]#
Tel: #ship_phone# 
Fax: #ship_fax# 
Product Orders:
Part No/SKU Description Options Quantity Unit Price Add-Ons
(if any)
Sale or Member
Discounts
(if any)
Total Price
#productpartno#  #productname# #gettoken(options, 1, "|")# - Add #dollarformat(gettoken(options, 2, "|"))#
#gettoken(options, 1, "|")#

#quantity# #dollarformat(unitprice)# +#dollarformat(addcost)# -#dollarformat(discounts)# #dollarformat(evaluate(quantity * ((unitprice - discounts) + addcost)))#

  Subtotal: #dollarFormat(subTotal)#
  Tax (#decimalformat(evaluate(salesTax * 100))#%): #dollarFormat(tax)#
  Shipping: #dollarFormat(shipping)#
  Handling: #dollarFormat(handlingFee)#
  Overseas Shipping Charge: #dollarFormat(OOC_Charge)#
  Total Amount: #dollarFormat(totalamount)#
Ship Via: #getShipping.Provider# - #getShipping.ShipViaDesc#

SELECT * FROM Members WHERE memberID = #orderInfo.memberID#

*** Member since #dateformat(getMemberInfo.signupDate, "mm/yy")#