appsfinder Posted August 15, 2006 Share Posted August 15, 2006 can anyone tell me how to remove the default oscommerce cartoonish icons from the top right corner only eg: Category Images Please need help :( Link to comment Share on other sites More sharing options...
Iggy Posted August 15, 2006 Share Posted August 15, 2006 In every file you don't want to see the graphic (yes, every one :) Find: <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> and remove or comment out the second entry like <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php // echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> HTH, Iggy Everything's funny but nothing's a joke... Link to comment Share on other sites More sharing options...
Guest Posted August 15, 2006 Share Posted August 15, 2006 Another, quicker way is to rename (save as) pixel_trans.gif to each of the images' names and load them to the server. it replaces all of the offending images you want very quickly and easily. It really is better in the long run to find them and remove them but this'll get you going faster. I love putting on my best suit and tie for surfing in the Atlantic but, hey, it ain't eCommerce. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.