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

Go to the source code of this file.

Namespaces

namespace  admin

Functions

while(!$products_options_type_array->
EOF) 
draw_optiontype_pulldown ($name, $default= '')
 translate_type_to_name ($opt_type)

Variables

 $languages = zen_get_languages()
 $currencies = new currencies()
 $action = (isset($_GET['action']) ? $_GET['action'] : '')
 $products_options_type_array = $db->Execute("select products_options_types_id, products_options_types_name from " . TABLE_PRODUCTS_OPTIONS_TYPES . " order by products_options_types_id")
action
set_option_names_values_copier
</form > delete_product_option(int)$_GET['option_id']."'
and language_id pd 
products_name
action
set_option_names_values_copier
</form > delete_product_option(int)$_GET['option_id']."'
and language_id pd pov
products_options_values_name
from TABLE_PRODUCTS 
p
action
set_option_names_values_copier
</form > delete_product_option(int)$_GET['option_id']."'
and language_id pd pov
products_options_values_name
from TABLE_PRODUCTS
TABLE_PRODUCTS_OPTIONS_VALUES 
pov
action
set_option_names_values_copier
</form > delete_product_option(int)$_GET['option_id']."'
and language_id pd pov
products_options_values_name
from TABLE_PRODUCTS
TABLE_PRODUCTS_OPTIONS_VALUES
TABLE_PRODUCTS_ATTRIBUTES 
pa
action
set_option_names_values_copier
</form > delete_product_option(int)$_GET['option_id']."'
and language_id pd pov
products_options_values_name
from TABLE_PRODUCTS
TABLE_PRODUCTS_OPTIONS_VALUES
TABLE_PRODUCTS_ATTRIBUTES
TABLE_PRODUCTS_DESCRIPTION pd
where pd 
products_id

Function Documentation

while (!$products_options_type_array->EOF) draw_optiontype_pulldown ( name,
default = '' 
)

Definition at line 342 of file options_name_manager.php.

translate_type_to_name ( opt_type)

Definition at line 354 of file options_name_manager.php.


Variable Documentation

$action = (isset($_GET['action']) ? $_GET['action'] : '')

Definition at line 16 of file options_name_manager.php.

Definition at line 14 of file options_name_manager.php.

$languages = zen_get_languages()

Definition at line 11 of file options_name_manager.php.

$products_options_type_array = $db->Execute("select products_options_types_id, products_options_types_name from " . TABLE_PRODUCTS_OPTIONS_TYPES . " order by products_options_types_id")

Definition at line 333 of file options_name_manager.php.

action set_option_names_values_copier</form> delete_product_option (int)$_GET['option_id']."' and language_id pd pov products_options_values_name from TABLE_PRODUCTS p

Definition at line 433 of file options_name_manager.php.

action set_option_names_values_copier</form> delete_product_option (int)$_GET['option_id']."' and language_id pd pov products_options_values_name from TABLE_PRODUCTS TABLE_PRODUCTS_OPTIONS_VALUES TABLE_PRODUCTS_ATTRIBUTES pa

Definition at line 433 of file options_name_manager.php.

action set_option_names_values_copier</form> delete_product_option (int)$_GET['option_id']."' and language_id pd pov products_options_values_name from TABLE_PRODUCTS TABLE_PRODUCTS_OPTIONS_VALUES pov

Definition at line 433 of file options_name_manager.php.

action set_option_names_values_copier</form> delete_product_option (int)$_GET['option_id']."' and language_id pd pov products_options_values_name from TABLE_PRODUCTS TABLE_PRODUCTS_OPTIONS_VALUES TABLE_PRODUCTS_ATTRIBUTES TABLE_PRODUCTS_DESCRIPTION pd where pd products_id
Initial value:
"><?php echo zen_black_line(); ?></td>
                  </tr>
<?php
      $rows = 0;
      while (!$products->EOF) {
        $rows++;
?>
                  <tr class="<?php echo (floor($rows/2) == ($rows/2) ? 'attributes-even' : 'attributes-odd')

Definition at line 447 of file options_name_manager.php.

action set_option_names_values_copier</form> delete_product_option (int)$_GET['option_id']."' and language_id pd products_name
Initial value:
">
<?php
    $products = $db->Execute("select p.products_id

Definition at line 433 of file options_name_manager.php.

 All Data Structures Namespaces Files Functions Variables Enumerations