Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

removing "what's new here?"


killahb

Recommended Posts

Posted

How do i remove the "what's new here?" and associated icon on the front page? I would like to replace that section with a featured products box that's the same size as the New Prodcuts for *month* box... can this be done? Thanks

Posted

To remove Whats new here go to catalog/includes/langauges/english/default.php

near the bottom you will see where you can change what it says or comment it out if you want.

To delete the cartoon icons go to catalog/default.php and find table_background.gif and change to trans_pixel.gif

You do the same thing for all the other pages that you don't want those cartoon icons on. Hope this helps

Posted

chfields,

Thanks for the quick reply. I've already tried to comment that out, but instead of removing it, it gets replaced with "HEADING_TITLE" and I can't seem to find where that's coming from. Any other suggestions?

  • 4 weeks later...
Posted

Thanks works fine but how then do i get rid of the image in the top right?

 

Thanks

Posted

delete

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

from index.php or default.php (depending on what version of OSC you have, you'll have one or the other).

 

Here are the instructions to remove an InfoBox (like New Products). To change it, just replace the FILENAME_whatever with the appropriate constant.

 

Good luck,

Matt

  • 7 months later...
Posted

I set the heading image width and height to 1, and this seemed to remove the cartoons where I wanted them removed, and it gave back the space reserved by the image height.

Archived

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

×
×
  • Create New...