Receipt emailed to: $esc.html( $sess.ContactInfo.EmailAddress ).
Idaho.gov State of ID will appear on your statement for this transaction. Thank you.
#foreach( $order in $orders )
Transaction
Order: |
${order.OrderNumber} |
Date: |
$order.OrderDate |
Paid By: |
$order.PaymentMethod |
Cost: |
$!number.currency($order.OrderTotal) |
Order
Subtotal |
$!number.currency($order.ItemTotal) |
Sales Tax |
$!number.currency($order.SalesTax) |
Shipping |
$!number.currency($order.ShippingFee) |
Purchased through Idaho.gov Price |
$number.currency($order.OrderTotal) |
#if( $!sess.Service.OrderReceipt )
$!esc.html( $sess.Service.OrderReceipt ) |
#end
#end
Contact information
- $!esc.html($sess.ContactInfo.Name.FirstName) $!esc.html($sess.ContactInfo.Name.LastName)
- $!esc.html($sess.ContactInfo.EmailAddress)
- $!esc.html($sess.ContactInfo.Phone.FormattedNumber)
#if($sess.ContactInfo.MailingAddress.equals($sess.ContactInfo.PhysicalAddress))
Billing & Shipping Address
- $!esc.html($sess.ContactInfo.MailingAddress.Street)
#if($!sess.ContactInfo.MailingAddress.StreetLine2)
- $!esc.html($sess.ContactInfo.MailingAddress.StreetLine2)
#end
- $!esc.html($sess.ContactInfo.MailingAddress.CityStateAndZip)
#else
Shipping Address
- $!esc.html($sess.ContactInfo.MailingAddress.Street)
#if($!sess.ContactInfo.MailingAddress.StreetLine2)
- $!esc.html($sess.ContactInfo.MailingAddress.StreetLine2)
#end
- $!esc.html($sess.ContactInfo.MailingAddress.CityStateAndZip)
Billing Address
- $!esc.html($sess.ContactInfo.PhysicalAddress.Street)
#if($!sess.ContactInfo.PhysicalAddress.StreetLine2)
- $!esc.html($sess.ContactInfo.PhysicalAddress.StreetLine2)
#end
- $!esc.html($sess.ContactInfo.PhysicalAddress.CityStateAndZip)
#end