newtech Posted June 5, 2007 Share Posted June 5, 2007 I want to remove the "Let's See What We Have Here" title on the page that displays products in a category. I would assume it is in a lnaguage file, but I can't find it anywhere. Any ideas? Actually I would like to remove the reference ot it completley and to the category image. What file is used to display these items. I would assume it would be a category template, but I don't see any file like that. Link to comment Share on other sites More sharing options...
newtech Posted June 5, 2007 Author Share Posted June 5, 2007 I want to remove the "Let's See What We Have Here" title on the page that displays products in a category. I would assume it is in a lnaguage file, but I can't find it anywhere. Any ideas? I must be blind. It is obviously in the index file. Actually I would like to remove the reference ot it completley and to the category image. What file is used to display these items. I would assume it would be a category template, but I don't see any file like that. Still need an answer to this though Link to comment Share on other sites More sharing options...
Snoboreders Posted June 5, 2007 Share Posted June 5, 2007 I must be blind. It is obviously in the index file.Still need an answer to this though You can erase what you don't want. Just have nothing between the '' Link to comment Share on other sites More sharing options...
newtech Posted June 5, 2007 Author Share Posted June 5, 2007 I took care of the description, I don't see where you can remove the reference for a category image. So that I can remove the entire <td> so that the category table can move up higher once the image reference is removed. Link to comment Share on other sites More sharing options...
satish Posted June 5, 2007 Share Posted June 5, 2007 define('HEADING_TITLE', 'Let\'s See What We Have Here'); is in english/index.php Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
satish Posted June 5, 2007 Share Posted June 5, 2007 define('HEADING_TITLE', 'Let\'s See What We Have Here'); is in english/index.php Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
newtech Posted June 6, 2007 Author Share Posted June 6, 2007 define('HEADING_TITLE', 'Let\'s See What We Have Here'); is in english/index.php Satish I took care of the description, I don't see where you can remove the reference for a category image. So that I can remove the entire <td> so that the category table can move up higher once the image reference is removed. Link to comment Share on other sites More sharing options...
Guest Posted June 6, 2007 Share Posted June 6, 2007 catalog/index.php about 300 <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'usa-side1.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> we changed the gif to a flag Ralph Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.