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