Quote Originally Posted by Samuz View Post
Go to your admin CP, under tools hit 'developers tool kit' scroll down under 'Look-up in all files' type the link that you want to remove in the first box change the All Files Look-ups drop down to 'all files - catalog/admin then change file type to 'php & css' hit search.

You should now get a few results at the top.

You'd need to delete this entry in shop/includes/languages/apple_zen/english.php
Code:
Line #142 : define('BOX_INFORMATION_UNSUBSCRIBE', 'Link name');
This entry in shop/includes/languages/english.php:
Code:
Line #142 : define('BOX_INFORMATION_UNSUBSCRIBE', 'Link name');
This entry in
/shop/includes/languages/english/extra_definitions/apple_zen/headermenu.php
Code:
Line #38 : define('HEADER_TITLE_UNSUBSCRIBE','Link name');
That should fix it. You may want to backup your shop directory before you do this though.

im currently using Zen Cart v1.3.8a/v1.3.8, i've tried using the define pages editor but it doesnt let me change file type to file type to 'php & css'. i also wanted to add links to the drop down menus but it seems a bit confusing, sorry im bit of a newb at this