|
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')) | $heading [] = array('text' => '<b>' . TEXT_INFO_HEADING_DELETE_PRODUCT . '</b>') |
| $contents = array('form' => zen_draw_form('products', $type_admin_handler, 'action=delete_product_confirm&product_type=' . $product_type . '&cPath=' . $cPath . (isset($_GET['page']) ? '&page=' . $_GET['page'] : '')) . zen_draw_hidden_field('products_id', $pInfo->products_id)) | |
| $contents [] = array('text' => TEXT_DELETE_PRODUCT_INTRO) | |
| $product_categories_string = '' | |
| $product_categories = zen_generate_category_path($pInfo->products_id, 'product') | |
| $contents = array('form' => zen_draw_form('products', $type_admin_handler, 'action=delete_product_confirm&product_type=' . $product_type . '&cPath=' . $cPath . (isset($_GET['page']) ? '&page=' . $_GET['page'] : '')) . zen_draw_hidden_field('products_id', $pInfo->products_id)) |
Definition at line 15 of file sidebox_delete_product.php.
| $contents[] = array('text' => TEXT_DELETE_PRODUCT_INTRO) |
Definition at line 16 of file sidebox_delete_product.php.
| if (!defined('IS_ADMIN_FLAG')) $heading[] = array('text' => '<b>' . TEXT_INFO_HEADING_DELETE_PRODUCT . '</b>') |
Definition at line 13 of file sidebox_delete_product.php.
| $product_categories = zen_generate_category_path($pInfo->products_id, 'product') |
Definition at line 22 of file sidebox_delete_product.php.
| if (sizeof($product_categories) > 1) for ($i=0, $n=sizeof($product_categories);$i< $n;$i++) $product_categories_string = '' |
Definition at line 21 of file sidebox_delete_product.php.