|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $currencies = new currencies() | |
| $languages = zen_get_languages() | |
| $products_filter = (isset($_GET['products_filter']) ? $_GET['products_filter'] : $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) | |
| $processing_message = '' | |
| $processing_action_url = '' | |
| switch ($action) | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 19 of file store_manager.php.
| $currencies = new currencies() |
Definition at line 13 of file store_manager.php.
| $current_category_id = (isset($_GET['current_category_id']) ? (int)$_GET['current_category_id'] : (int)$current_category_id) |
Definition at line 21 of file store_manager.php.
| $languages = zen_get_languages() |
Definition at line 15 of file store_manager.php.
| $processing_action_url = '' |
Definition at line 24 of file store_manager.php.
| $processing_message = '' |
Definition at line 23 of file store_manager.php.
| $products_filter = (isset($_GET['products_filter']) ? $_GET['products_filter'] : $products_filter) |
Definition at line 17 of file store_manager.php.
| switch($action) |
Definition at line 27 of file store_manager.php.