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} |
{if 'y' == $item->paid && $item->paymentType}
Payment Method |
{php}
$type = $this->_tpl_vars['item']->paymentType;
$this->_tpl_vars['paymentTypeTitle'] = App_ECommerce_Order_Abstract_Obj::$paymentMethodsTitles[$type]
{/php}
{$paymentTypeTitle|htmlspecialchars} |
{/if}
{if $item->authorizeType == $item->paymentType}
Transaction ID |
{$item->transactionId|htmlspecialchars} |
{/if}