{if $item->paymentType eq 'authorizeNet'} {$item->paymentCardNumber|htmlspecialchars}
Exp. {$item->paymentExpirationDate|date_format:'%m-%Y'} {elseif $item->paymentType eq 'payLater'} {if 'y' != $item->paid} {'App_ECommerce_Checkout_Abstract_View::renderPayLaterText'|call_user_func} {/if} {/if}
Ordered by
{$item->billingFirstName|htmlspecialchars} {$item->billingLastName|htmlspecialchars}
{$item->billingAddress|htmlspecialchars}
{if $item->billingCity}{$item->billingCity|htmlspecialchars}, {/if}{$item->billingState|htmlspecialchars} {$item->billingZip|htmlspecialchars} {if $item->billingCountryTitle}
{$item->billingCountryTitle|htmlspecialchars} {elseif $item->billingCountryId}
{$item->billingCountryId|htmlspecialchars} {/if}