xronis Posted January 9, 2007 Share Posted January 9, 2007 how will i remove the "tell a friend box"?? i know it's somewhere on the admin section .. Link to comment Share on other sites More sharing options...
Jack_mcs Posted January 9, 2007 Share Posted January 9, 2007 If you have a standard oscommerce shop, you have to edit the code to remove it. Find this code in the column_right (or column_left) file if (isset($HTTP_GET_VARS['products_id'])) { if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php'); } else { include(DIR_WS_BOXES . 'specials.php'); } and change it to if (isset($HTTP_GET_VARS['products_id'])) { //if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php'); } else { include(DIR_WS_BOXES . 'specials.php'); } Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
xronis Posted January 9, 2007 Author Share Posted January 9, 2007 thanks Jack Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.