Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing "New Poducts for"


Rclenny

Recommended Posts

I would like to remove the "New Products for" function on my store. How do I do this? I have learned how to remove the info boxes and how to change a few other things, but this one is beyond my newbie knowledge of php.

 

Len

www.lensrc.com

Link to comment
Share on other sites

You should see this in one of your lines in the index.php file:

 

include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

 

just comment it out (use //) so it looks like this

 

//include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

 

That will remove the New Products for box you see on the index page.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...