shanno06 Posted September 7, 2010 Posted September 7, 2010 Hi, I'm working on the files in the admin/includes/boxes section. I want to create my own box in the menu. This is where I'm at. $heading[] = array('text' => BOX_CUSTOMERS_ORDERS, 'link' => tep_href_link(FILENAME_CATEGORIES, 'selected_box=orders')); I want to create my own menu heading, a separate one from catalog. I have found the 'text' in the english.php language file which inputs the heading "Orders". Where is the 'link' file, that I have to enter in the order box so it knows what box I want? Basically what file do I edit to change the "link" text, as you go to english.php to edit "text"? Thanks.
shanno06 Posted September 7, 2010 Author Posted September 7, 2010 Hi, I'm working on the files in the admin/includes/boxes section. I want to create my own box in the menu. This is where I'm at. $heading[] = array('text' => BOX_CUSTOMERS_ORDERS, 'link' => tep_href_link(FILENAME_CATEGORIES, 'selected_box=orders')); I want to create my own menu heading, a separate one from catalog. I have found the 'text' in the english.php language file which inputs the heading "Orders". Where is the 'link' file, that I have to enter in the order box so it knows what box I want? Basically what file do I edit to change the "link" text, as you go to english.php to edit "text"? Thanks. Got it! Its in the filenames.php file in admin/includes for anyone else who wants to know.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.