{* order history *} {if $navigator} {/if} {section name=i loop=$orders} {/section}
{$navigator}
{$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}
{$orders[i].orderID} {$orders[i].order_time} {$orders[i].payment_type} {$orders[i].shipping_type} {$orders[i].order_amount} {$orders[i].OrderStatus}