Fed Posted February 19, 2006 Posted February 19, 2006 Hi, I am setting up a store with STS templates I have the index main title and an image on the right that I'd like to get rid of.... searching I have found that I should comment/remove the following lines in catalog/index.php but it's not working at all, maybe because I'm using STS <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table> can someone give me a hint? I only want my products displayed in the home page....
Fed Posted February 21, 2006 Author Posted February 21, 2006 guys 2 days and no reply :| ? it should be simple for you that already did it...I can't figure it out :|
Wendy James Posted February 22, 2006 Posted February 22, 2006 I could be wrong but I believe you have to edit your template file. Not the main osCommerce index.php to remove that stuff. Have you checked there? Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
custodian Posted February 22, 2006 Posted February 22, 2006 I could be wrong but I believe you have to edit your template file. Not the main osCommerce index.php to remove that stuff. Have you checked there? you need to edit /catalog/includes/languages/english/index.php NOT /catalog/index.php My Contributions Henry Smith
Fed Posted March 25, 2006 Author Posted March 25, 2006 uhm guys thanks, I'll have a look at it I have been developing another site so that one is on hold at the moment :) I'll have a look at it as soon as I restart its development thanks again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.