Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Getting rid of "new products for February" box


hotrod3322

Recommended Posts

Hello,

How do I get rid of the 'new products' box found in the category pages? I know the page is found in includes/modules/new_products.php but what's the best way to remove this box found in all the category pages?

 

Thanks,

-ROD

 

 

Look for the following in your index.php file at or about line 315

 

 

<tr>

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

</tr>

 

Either remove it or comment it out

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

Look for the following in your index.php file at or about line 315

<tr>

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

</tr>

 

Either remove it or comment it out

 

 

I already removed that one but that just gets rid of the one in the main home page. It shows up in the subcategory pages. How do I get rid of those?

 

Thanks for your reply.

 

-ROD

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...