Zorreaux Posted July 12, 2009 Share Posted July 12, 2009 There is an image in the heading, to the right of the "Let's see what we have here" line and the "Show All Manufacturers" pulldown menu. Where is the code that controls that? I want to eliminate both the image and the pulldown. Link to comment Share on other sites More sharing options...
FIMBLE Posted July 14, 2009 Share Posted July 14, 2009 Hi To remove the image In your index.php around line 272 find <td align="right"><?php echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> change it to <td align="right"><?php// echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> The manufacturers filter in a setting in admin / configuration / product listing. set it to 0 Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Zorreaux Posted August 19, 2009 Author Share Posted August 19, 2009 Thanks. That did it! Link to comment Share on other sites More sharing options...
johnnybebad Posted August 26, 2009 Share Posted August 26, 2009 Hi, how do i get the category/manufacturer images to display only if available and not have the red x if they are not available. I have STS and header tags modules installed. Thanks Johnny Getting better with mods but no programmer am I. Link to comment Share on other sites More sharing options...
♥ecartz Posted August 26, 2009 Share Posted August 26, 2009 how do i get the category/manufacturer images to display only if available and not have the red x if they are not available.In admin >> Configuration >> Images, set Images Required to false. Not sure if STS does anything to change that behavior or not. Fairly certain that Header Tags does not. Always back up before making changes. Link to comment Share on other sites More sharing options...
johnnybebad Posted August 26, 2009 Share Posted August 26, 2009 looks like an sts issue, thanks for your help. STS still shows images after the inmage has been switwched, outside of sts it works. Thanks Johnny Getting better with mods but no programmer am I. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.