Hi hottrendz for Related Products I used:
PHP Code:<?php
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
if (function_exists('zen_register_admin_page')) {
if (!zen_page_key_exists('Related Products')) {
// Add the link to the Related Products Mapping Config Utility
zen_register_admin_page('Related Products', 'BOX_CATALOG_RELATED_PRODUCTS',
'FILENAME_RELATED_PRODUCTS_SELECT', '', 'catalog', 'Y', 20);
}
}
?>


Reply With Quote
