ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/orders.php File Reference

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 $currencies = new currencies()
 $orders_statuses = array()
 $orders_status_array = array()
 $orders_status
while(!$orders_status->EOF) $action = (isset($_GET['action']) ? $_GET['action'] : '')
 $order_exists = false
 $oID = FALSE
if(isset($_POST['oID']))
elseif(isset($_GET['oID'])) if($oID) 
if (zen_not_null($action)&&$order_exists==true)

Variable Documentation

while (!$orders_status->EOF) $action = (isset($_GET['action']) ? $_GET['action'] : '')

Definition at line 34 of file orders.php.

Definition at line 13 of file orders.php.

$oID = FALSE

Definition at line 39 of file orders.php.

$order_exists = false

Definition at line 35 of file orders.php.

$orders_status
Initial value:
 $db->Execute("select orders_status_id, orders_status_name
                                 from " . TABLE_ORDERS_STATUS . "
                                 where language_id = '" . (int)$_SESSION['languages_id'] . "' order by orders_status_id")

Definition at line 24 of file orders.php.

$orders_status_array = array()

Definition at line 23 of file orders.php.

$orders_statuses = array()

Definition at line 22 of file orders.php.

if (isset($_POST['oID'])) elseif (isset($_GET['oID'])) if ($oID) if(zen_not_null($action)&&$order_exists==true)

Definition at line 56 of file orders.php.

 All Data Structures Namespaces Files Functions Variables Enumerations