{* order history *} {section name=i loop=$orders} {/section}
{$smarty.const.STRING_ORDER_ID} {$smarty.const.TABLE_ORDER_TIME} {$smarty.const.STRING_PAYMENT_TYPE} {$smarty.const.STRING_SHIPPING_TYPE} {$smarty.const.TABLE_ORDER_TOTAL} {$smarty.const.ADMIN_ORDER_STATUS_NAME}
{$smarty.const.STRING_ORDER_NAME1} #{$orders[i].orderID} {$orders[i].order_time} {$orders[i].payment_type} {$orders[i].shipping_type} {$orders[i].order_amount} {$orders[i].OrderStatus}
{if $navigator}
{/if}