{if 'y' == $item->paid && $item->paymentType} {php} $type = $this->_tpl_vars['item']->paymentType; $this->_tpl_vars['paymentTypeTitle'] = App_ECommerce_Order_Abstract_Obj::$paymentMethodsTitles[$type] {/php} {/if} {if $item->authorizeType == $item->paymentType} {/if}
Date Submitted {$item->added|date_format:'%m/%e/%Y at %l:%M %p'}
Date Purchased {if $item->purchaseDate}{$item->purchaseDate|date_format:'%m/%e/%Y at %l:%M %p'}{else}-{/if}
Paid {if 'y' == $item->paid}Yes{else}No{/if}
Payment Method{$paymentTypeTitle|htmlspecialchars}
Transaction ID {$item->transactionId|htmlspecialchars}