account_history_info.php File Reference
Go to the source code of this file.
Variables
- $acount = account::getInstance()
- $aca_account = $page->return_object('account')
- foreach($order->products as
$prdct) for($i=0, $n=sizeof($order->
totals);$i<$n;$i++) if (tep_not_null($order->info['shipping_method'])) - $statuses_query = tep_db_query("select os.orders_status_name, osh.date_added, osh.comments from " . TABLE_V_ORDERS_STATUS . " os, " . TABLE_ORDERS_STATUS_HISTORY . " osh where osh.orders_id = '" . (int)$_GET['order_id'] . "' and osh.orders_status_id = os.orders_status_id and os.language_id = '" . (int)$languages_id . "' order by osh.date_added")
Variable Documentation
Definition at line 12 of file account_history_info.php.
| $acount = account::getInstance() |
Definition at line 11 of file account_history_info.php.
| $statuses_query = tep_db_query("select os.orders_status_name, osh.date_added, osh.comments from " . TABLE_V_ORDERS_STATUS . " os, " . TABLE_ORDERS_STATUS_HISTORY . " osh where osh.orders_id = '" . (int)$_GET['order_id'] . "' and osh.orders_status_id = os.orders_status_id and os.language_id = '" . (int)$languages_id . "' order by osh.date_added") |
Definition at line 94 of file account_history_info.php.
