Billing Information
Name: {$item->userData.billing.firstName|htmlspecialchars} {$item->userData.billing.lastName|htmlspecialchars}
{if $item->userData.billing.companyName}
Company: {$item->userData.billing.companyName|htmlspecialchars}
{/if}
Street: {$item->userData.billing.address|htmlspecialchars}{if $item->userData.billing.address2} | {$item->userData.billing.address2|htmlspecialchars}{/if}
City/State/Zip: {$item->userData.billing.city|htmlspecialchars}, {$item->userData.billing.state|htmlspecialchars} {$item->userData.billing.zip|htmlspecialchars}
{if $item->userData.billing.email}
Email: {mailto address = $item->userData.billing.email encode = 'javascript'}{/if}
{if $item->userData.billing.phone}
Phone: {$item->userData.billing.phone|htmlspecialchars}{/if}
{if $item->userData.shipping.asBilling == 'y'}
{assign var = 'shippingBlock' value = 'billing'}
{else}
{assign var = 'shippingBlock' value = 'shipping'}
{/if}
{**}
{*
Shipping Information
*}
{*{if $item->userData.$shippingBlock}*}
{*Name: {$item->userData.$shippingBlock.firstName|htmlspecialchars} {$item->userData.$shippingBlock.lastName|htmlspecialchars}
*}
{*Street: {$item->userData.$shippingBlock.address|htmlspecialchars}
*}
{*City/State/Zip: {$item->userData.$shippingBlock.city|htmlspecialchars}, {$item->userData.$shippingBlock.state|htmlspecialchars} {$item->userData.$shippingBlock.zip|htmlspecialchars}*}
{*{else}*}
{*-*}
{*{/if}*}
{**}
Payment Information
{if $item->userData.servicePayment.typeTitle}Method: {$item->userData.servicePayment.typeTitle|htmlspecialchars}{else} —{/if}
{if $item->userData.servicePayment.type == 'authorizeNet'}
Card Number: **** **** **** *{$item->userData.servicePayment.authorizeNet.cardNumber|substr:-3}
Expiration Date: {$item->userData.servicePayment.authorizeNet.expirationDate|date_format:'%m-%Y'}
{elseif $item->userData.servicePayment.type == 'linkPoint'}
Card Number: **** **** **** *{$item->userData.servicePayment.linkPoint.cardNumber|substr:-3}
Expiration Date: {$item->userData.servicePayment.linkPoint.expirationDate|date_format:'%m-%Y'}
{elseif $item->userData.servicePayment.type == 'company'}
Utility or Company Name: {$item->userData.servicePayment.company.company|htmlspecialchars}
{if $item->userData.servicePayment.company.poNumber}
PO#: {$item->userData.servicePayment.company.poNumber|htmlspecialchars}
{/if}
{/if}