{if $item->billingPhone}{/if} {if $item->billingEmail}{/if} {if $item->billingCountryTitle}
{$item->billingCountryTitle|htmlspecialchars} {elseif $item->billingCountryId}
{$item->billingCountryId|htmlspecialchars} {/if}
Full Name:{$item->billingFirstName|htmlspecialchars} {$item->billingLastName|htmlspecialchars}
Address:{$item->billingAddress|htmlspecialchars}
City/State/Zip:{if $item->billingCity}{$item->billingCity|htmlspecialchars}, {/if}{$item->billingState|htmlspecialchars} {$item->billingZip|htmlspecialchars}
Phone:{$item->billingPhone|htmlspecialchars}
Email:{mailto address=$item->billingEmail}