ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/modules/move_product_confirm.php File Reference

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

Variable Documentation

$duplicate_check
Initial value:
 $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.

Definition at line 14 of file move_product_confirm.php.

 All Data Structures Namespaces Files Functions Variables Enumerations