Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

getting rid of Lets see what we have here etc


berto9999

Recommended Posts

Posted

When I click on my catorgoris the heading is lets see what we have here

and on the home page it says Whats new here how can i change this

 

thanks rob

Posted

Look in catalog/includes/languages/english/index.php

Posted
Look in catalog/includes/languages/english/index.php

 

Thanks what about the little images that go with it. Also the let see what we have he comes up on

every page selected under the categories box however can you change this for each page rather

than changing it to something like products

 

rob

Posted

Those images are in all of your store front pages. I'm not sure if there is a contribution to remove them or not, but the way I did it was like so.

In catalog/index.php aroud line 300 find

			<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

Change to

			<td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

Archived

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

×
×
  • Create New...