case 'update_product_attribute':
//BOF - Zappo - Option Types v2 - AttribManager - Start Comment here (with /*) to Remove (unhandy) Attributes Page
/* case 'update_product_attribute':
break;
case 'delete_option':
break; */
//EOF - Zappo - Option Types v2 - AttribManager - Stop Comment here (with */) to Remove (unhandy) Attributes Page
case 'delete_option':
case 'delete_attribute':
//BOF - Zappo - Option Types v2 - AttribManager - Start Comment here (with /*) to Remove (unhandy) Attributes Page
/* case 'delete_attribute':
tep_redirect(tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, $page_info));
break;
tep_redirect(tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, $page_info));
break; */
//EOF - Zappo - Option Types v2 - AttribManager - Stop Comment here (with */) to Remove (unhandy) Attributes Page
<!-- option value eof //-->
<?php
//BOF - Zappo - Option Types v2 - AttribManager - Start Comment here (with /*) to Remove (unhandy) Attributes Page
/* ?>
<!-- products_attributes_eof //-->
<?php */
//EOF - Zappo - Option Types v2 - AttribManager - Stop Comment here (with */) to Remove (unhandy) Attributes Page
?>
1) Open admin/includes/languages/english.php (And any other Language files)
define('BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES', 'Products Attributes');
//BOF - Zappo - Option Types v2 - AttribManager - Changed Admin Menu name (No more Attributes there!)
define('BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES', 'Products Options');