Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove those images


Fed

Recommended Posts

Posted

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....

Posted

guys 2 days and no reply :| ?

it should be simple for you that already did it...I can't figure it out :|

Posted

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.

Posted
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

  • 1 month later...
Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...