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

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 $currencies = new currencies()
 $oID = zen_db_prepare_input($_GET['oID'])
 $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')
 $decimals = $currencies->get_decimal_places($order->info['currency'])

Variable Documentation

Definition at line 13 of file invoice.php.

$decimals = $currencies->get_decimal_places($order->info['currency'])

Definition at line 156 of file invoice.php.

$oID = zen_db_prepare_input($_GET['oID'])

Definition at line 15 of file invoice.php.

$order = new order($oID)

Definition at line 18 of file invoice.php.

$order_check
Initial value:
 $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 65 of file invoice.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'] . "'")

Definition at line 23 of file invoice.php.

$orders_status_array = array()

Definition at line 22 of file invoice.php.

$orders_statuses = array()

Definition at line 21 of file invoice.php.

$show_customer = 'false'

Definition at line 78 of file invoice.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 85 of file invoice.php.

while(!$orders_status->EOF)

Definition at line 26 of file invoice.php.

 All Data Structures Namespaces Files Functions Variables Enumerations