|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $currencies = new currencies() | |
| $oID = zen_db_prepare_input($_GET['oID']) | |
| $orders | |
| $order = new order($oID) | |
| $orders_statuses = array() | |
| $orders_status_array = array() | |
| $orders_status | |
| while (!$orders_status->EOF) | |
| $order_check | |
| $show_customer = 'false' | |
| if($order_check->fields['billing_name']!=$order_check-> fields['delivery_name']) if($order_check-> fields['billing_street_address']!=$order_check-> fields['delivery_street_address']) | if ($show_customer== 'true') |
| $currencies = new currencies() |
Definition at line 13 of file packingslip.php.
| $oID = zen_db_prepare_input($_GET['oID']) |
Definition at line 15 of file packingslip.php.
Definition at line 21 of file packingslip.php.
| $order_check |
$db->Execute("select cc_cvv, customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified from " . TABLE_ORDERS . " where orders_id = '" . (int)$oID . "'")
Definition at line 62 of file packingslip.php.
| $orders |
Definition at line 16 of file packingslip.php.
| $orders_status |
$db->Execute("select orders_status_id, orders_status_name from " . TABLE_ORDERS_STATUS . " where language_id = '" . (int)$_SESSION['languages_id'] . "'")
Definition at line 26 of file packingslip.php.
| $orders_status_array = array() |
Definition at line 25 of file packingslip.php.
| $orders_statuses = array() |
Definition at line 24 of file packingslip.php.
| $show_customer = 'false' |
Definition at line 75 of file packingslip.php.
| if ($order_check->fields['billing_name']!=$order_check->fields['delivery_name']) if ($order_check->fields['billing_street_address']!=$order_check->fields['delivery_street_address']) if($show_customer== 'true') |
Definition at line 82 of file packingslip.php.
| while(!$orders_status->EOF) |
Definition at line 29 of file packingslip.php.