|
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')) | $parameters |
| $pInfo = new objectInfo($parameters) | |
| if(isset($_GET['pID'])&&empty($_POST)) elseif(zen_not_null($_POST)) | $manufacturers_array = array(array('id' => '', 'text' => TEXT_NONE)) |
| $manufacturers | |
| while(!$manufacturers->EOF) | $tax_class_array = array(array('id' => '0', 'text' => TEXT_NONE)) |
| $tax_class | |
| while(!$tax_class->EOF) | $languages = zen_get_languages() |
| switch($pInfo-> products_quantity_mixed) | $on_overwrite = true |
| $off_overwrite = false | |
| $on_image_delete = false | |
| $off_image_delete = true | |
| for ($i=0, $n=sizeof($tax_class_array);$i<$n;$i++) | |
| $dir = @dir(DIR_FS_CATALOG_IMAGES) | |
| $dir_info [] = array('id' => '', 'text' => "Main Directory") | |
| $default_directory = substr( $pInfo->products_image, 0,strpos( $pInfo->products_image, '/')+1) | |
| $default_directory = substr( $pInfo->products_image, 0,strpos( $pInfo->products_image, '/')+1) |
Definition at line 299 of file collect_info.php.
| $dir = @dir(DIR_FS_CATALOG_IMAGES) |
Definition at line 289 of file collect_info.php.
| $dir_info[] = array('id' => '', 'text' => "Main Directory") |
Definition at line 290 of file collect_info.php.
| while (!$tax_class->EOF) $languages = zen_get_languages() |
Definition at line 91 of file collect_info.php.
| $manufacturers |
$db->Execute("select manufacturers_id, manufacturers_name from " . TABLE_MANUFACTURERS . " order by manufacturers_name")
Definition at line 74 of file collect_info.php.
| if (isset($_GET['pID'])&&empty($_POST)) elseif (zen_not_null($_POST)) $manufacturers_array = array(array('id' => '', 'text' => TEXT_NONE)) |
Definition at line 73 of file collect_info.php.
| $off_image_delete = true |
Definition at line 163 of file collect_info.php.
| $off_overwrite = false |
Definition at line 160 of file collect_info.php.
| $on_image_delete = false |
Definition at line 162 of file collect_info.php.
| switch ($pInfo->products_quantity_mixed) $on_overwrite = true |
Definition at line 159 of file collect_info.php.
| if (!defined('IS_ADMIN_FLAG')) $parameters |
Definition at line 12 of file collect_info.php.
| $pInfo = new objectInfo($parameters) |
Definition at line 44 of file collect_info.php.
| $tax_class |
$db->Execute("select tax_class_id, tax_class_title from " . TABLE_TAX_CLASS . " order by tax_class_title")
Definition at line 83 of file collect_info.php.
Definition at line 82 of file collect_info.php.
| for($i=0, $n=sizeof($languages);$i<$n;$i++) |
Definition at line 173 of file collect_info.php.