Rclenny Posted January 1, 2005 Share Posted January 1, 2005 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 More sharing options...
Guest Posted January 1, 2005 Share Posted January 1, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.