Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing 'New Products' box?


coma13

Recommended Posts

I'd like to remove the 'new products's that appears in the center of the layout completely. I can't figure out what file I need to edit to get it out of there.

 

Any help would be appreciated!

 

-Eric

Link to comment
Share on other sites

In index.php look for the code

 

include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

 

This calls the module to display the new products

 

You can delete this if not going use ever

 

or just comment out using double forward slash

 

e.g // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...