JaydenKlahan Posted May 5, 2007 Share Posted May 5, 2007 My page is www.majixx.com I want to know how to delete ''Recent Top Products'' on the left and replace it with some paypal logo and other infobox I tried some contributions ' paypal vefrified logo'' but it wont work.. please i need help Link to comment Share on other sites More sharing options...
ErollorD Posted May 5, 2007 Share Posted May 5, 2007 look in includes/ folder for column_left.php, there should be included or required file called something like that Link to comment Share on other sites More sharing options...
JaydenKlahan Posted May 5, 2007 Author Share Posted May 5, 2007 Thats the thing... i cant find it this is what i see <?php /* $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } require(DIR_WS_BOXES . 'search.php'); require(DIR_WS_BOXES . 'information.php'); include(DIR_WS_BOXES . 'paypal_verified.php'); ?> As you can see i also add the paypal logo but it cant be seeing dongt know why Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.