|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| if(!defined('IS_ADMIN_FLAG')) if(isset($_GET['set_display_categories_dropdown'])) | if (!isset($_SESSION['display_categories_dropdown'])) |
| if (isset($_GET['search'])&&zen_not_null($_GET['search'])) | |
| $rows = 0 | |
| $products = $db->Execute($products_query_raw) | |
| while(!$products->EOF) | $cPath_back = '' |
| if (sizeof($cPath_array) > 0) $cPath_back = '' |
Definition at line 393 of file category_product_listing.php.
| $products = $db->Execute($products_query_raw) |
Definition at line 300 of file category_product_listing.php.
| $rows = 0 |
Definition at line 96 of file category_product_listing.php.
| if (!defined('IS_ADMIN_FLAG')) if (isset($_GET['set_display_categories_dropdown'])) if(!isset($_SESSION['display_categories_dropdown'])) |
Definition at line 16 of file category_product_listing.php.
| if(isset($_GET['search'])&&zen_not_null($_GET['search'])) |
Definition at line 32 of file category_product_listing.php.