{$item->billingFirstName|htmlspecialchars} {$item->billingLastName|htmlspecialchars}
{if $item->billingCompanyName}{$item->billingCompanyName|htmlspecialchars}
{/if}
{$item->billingAddress|htmlspecialchars}{if $item->billingAddress2} | {$item->billingAddress2|htmlspecialchars}{/if}
{$item->billingCity|htmlspecialchars}, {$item->billingState|htmlspecialchars} {$item->billingZip|htmlspecialchars}
{if $item->billingEmail}
{mailto address=$item->billingEmail encode="javascript"}{/if}
{if $item->billingPhone}
{$item->billingPhone|htmlspecialchars}{/if}