Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do ou get rid of the new products box.


Guest

Recommended Posts

I want to get rid of the "new products for march etc" box that appears on the main page down the bottom. How do you do that?

 

Just while I am here - I am having a real problem with the width of the subcatergory pages - they are all squeezed to the left when they should take up the full page space - where do I edit that?

Link to comment
Share on other sites

In your catalog/index.php

 

just comment out this line: (Its right down the bottom of the file)

 

<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

</tr>

 

so it looks like this:

 

<td><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

</tr>

Link to comment
Share on other sites

awesome that worked. I also commented one out that is about 1/3rd the way through the file, to take it off the subcatergory pages.

 

Cheers

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...