|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $chk_products = $db->Execute("select * from " . TABLE_PRODUCTS . " limit 1") | |
| if ($chk_products->RecordCount()< 1) | |
| $currencies = new currencies() | |
| $products_filter = (isset($_GET['products_filter']) ? (int)$_GET['products_filter'] : (int)$products_filter) | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') | |
| $current_category_id = (isset($_GET['current_category_id']) ? (int)$_GET['current_category_id'] : (int)$current_category_id) | |
| if (isset($_GET['search'])&&zen_not_null($_GET['search'])) | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 24 of file products_price_manager.php.
| $chk_products = $db->Execute("select * from " . TABLE_PRODUCTS . " limit 1") |
Definition at line 13 of file products_price_manager.php.
| $currencies = new currencies() |
Definition at line 20 of file products_price_manager.php.
| $current_category_id = (isset($_GET['current_category_id']) ? (int)$_GET['current_category_id'] : (int)$current_category_id) |
Definition at line 26 of file products_price_manager.php.
| $products_filter = (isset($_GET['products_filter']) ? (int)$_GET['products_filter'] : (int)$products_filter) |
Definition at line 22 of file products_price_manager.php.
| if ($action== 'delete_special_confirm') if ($action== 'delete_featured_confirm') if ($action== 'add_discount_qty_id') if(zen_not_null($action)) |
Definition at line 14 of file products_price_manager.php.
| if(isset($_GET['search'])&&zen_not_null($_GET['search'])) |
Definition at line 304 of file products_price_manager.php.