|
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')) | $products_id = zen_db_prepare_input($_POST['products_id']) |
| $new_parent_id = zen_db_prepare_input($_POST['move_to_category_id']) | |
| $duplicate_check | |
| $duplicate_check |
$db->Execute("select count(*) as total from " . TABLE_PRODUCTS_TO_CATEGORIES . " where products_id = '" . (int)$products_id . "' and categories_id = '" . (int)$new_parent_id . "'")
Definition at line 17 of file move_product_confirm.php.
| $new_parent_id = zen_db_prepare_input($_POST['move_to_category_id']) |
Definition at line 15 of file move_product_confirm.php.
| if (!defined('IS_ADMIN_FLAG')) $products_id = zen_db_prepare_input($_POST['products_id']) |
Definition at line 14 of file move_product_confirm.php.