casemaker Posted April 9, 2015 Share Posted April 9, 2015 Newby here with a wish to REMOVE the NEW PRODUCTS section entirely. Can anyone offer a way to do this since it still appears on some, but not all pages. Link to comment Share on other sites More sharing options...
casemaker Posted April 12, 2015 Author Share Posted April 12, 2015 Newby here with a wish to REMOVE the NEW PRODUCTS section entirely. Can anyone offer a way to do this since it still appears on some, but not all pages. Version 2.3.4 Link to comment Share on other sites More sharing options...
Hotclutch Posted April 13, 2015 Share Posted April 13, 2015 You can try commenting them out directly from index.php Find <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> and replace with <?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> Find include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); and replace with //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); If you want to turn them off in the left column, go to admin - modules - boxes - what's new and click on remove. OR you can look into installing the modular front page mod here: http://addons.oscommerce.com/info/7626 Link to comment Share on other sites More sharing options...
casemaker Posted April 20, 2015 Author Share Posted April 20, 2015 Thanks for the suggestions. I found that Admin-maximum values has a list of topics like 'Selection of random new products' etc that were set to 10. When I changed them to '0' everything I wanted gone, left. Happy now! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.