Total
Subtotal | $!number.currency($sess.Fees.Subtotal) |
Sales Tax | $!number.currency($sess.Fees.SalesTax) |
Shipping | $!number.currency($sess.Fees.ShippingFee) |
Purchased through Idaho.gov Price | $!number.currency($sess.Fees.Total) |
Contact Information
- $!esc.html($sess.contactInfo.name.firstName) $!esc.html($sess.contactInfo.name.lastName)
- $!esc.html($sess.contactInfo.emailAddress)
#if($!sess.ContactInfo.phone)
- $!esc.html($sess.contactInfo.phone.formattedNumber)
#end
- « Edit
#if( $sess.ContactInfo.MailingAddress.equals(
$sess.ContactInfo.PhysicalAddress ))
Billing & #if( $physicalFullfillment )Shipping #end 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)
- $!esc.html($sess.contactInfo.mailingAddress.country)
- « Edit
#else
Billing 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)
- $!esc.html($sess.contactInfo.mailingAddress.country)
- « Edit
#if( $physicalFullfillment )
Shipping 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)
- $!esc.html($sess.contactInfo.physicalAddress.country)
- « Edit
#end
#end