Name: {$item->billingFirstName|htmlspecialchars} {$item->billingLastName|htmlspecialchars}
Street: {$item->billingAddress|htmlspecialchars}
City/State/Zip: {$item->billingCity|htmlspecialchars}, {$item->billingState|htmlspecialchars} {$item->billingZip|htmlspecialchars} {if $item->billingEmail}
Email: {mailto address=$item->billingEmail encode="javascript"}{/if} {if $item->billingPhone}
Phone: {$item->billingPhone|htmlspecialchars}{/if}