|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') | |
| if (zen_not_null($action)) | |
| $rates_query_raw = " z on r.tax_zone_id = z.geo_zone_id where r.tax_class_id = tc.tax_class_id" | |
| $rates_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $rates_query_raw, $rates_query_numrows) | |
| $rates = $db->Execute($rates_query_raw) | |
| while (!$rates->EOF) | |
| if(empty($action)) | $heading = array() |
| $contents = array() | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 12 of file tax_rates.php.
| $contents = array() |
Definition at line 171 of file tax_rates.php.
| if (empty($action)) $heading = array() |
Definition at line 170 of file tax_rates.php.
| $rates = $db->Execute($rates_query_raw) |
Definition at line 128 of file tax_rates.php.
| $rates_query_raw = " z on r.tax_zone_id = z.geo_zone_id where r.tax_class_id = tc.tax_class_id" |
Definition at line 126 of file tax_rates.php.
| $rates_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $rates_query_raw, $rates_query_numrows) |
Definition at line 127 of file tax_rates.php.
| switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 14 of file tax_rates.php.
| while(!$rates->EOF) |
Definition at line 129 of file tax_rates.php.