Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing the "New Products for April"


kalric

Recommended Posts

Posted

Hello,

 

I'm trying to remove the ENTIRE heading and everything on the main page that says, "New Products for (Month)". Can you tell me what file that I need to edit?

 

I've looked through the FAQ and searched the forums, but nothing really jumped out on this.

 

Any help is appreciated! :)

 

Thanks

Shayne

Posted

Change catalog/index.php in 2 places at line 121 and 313

 

Change

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

 

to

 

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

 

Tom

Posted
Hello,

 

I'm trying to remove the ENTIRE heading and everything on the main page that says, "New Products for (Month)".  Can you tell me what file that I need to edit?

 

I've looked through the FAQ and searched the forums, but nothing really jumped out on this.

 

Any help is appreciated!  :)

 

Thanks

Shayne

Posted
Change catalog/index.php in 2 places at line 121 and 313

 

Change

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

 

to

 

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

 

Tom

 

 

Thanks! That worked! :D

 

Shayne

Archived

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

×
×
  • Create New...