Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I get rid of "new products for...." box?


phrilll

Recommended Posts

Hi,

 

I am trying to get rid of the "new products for...." box on the front page. I have found how to remove and edit all the small infoboxes on the sides, but no idea where the code lives for this big, ugly box!!

 

Any ideas?

 

Thanks

 

Phil

Link to comment
Share on other sites

Hi,

 

I am trying to get rid of the "new products for...." box on the front page. I have found how to remove and edit all the small infoboxes on the sides, but no idea where the code lives for this big, ugly box!!

 

Any ideas?

 

Thanks

 

Phil

<tr>

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

</tr>

to something like

<tr>

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

</tr>

Link to comment
Share on other sites

  • 1 month later...
<tr>

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

</tr>

to something like

<tr>

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

</tr>

Which file would this be located in?>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...