debdesign Posted September 26, 2008 Share Posted September 26, 2008 Hi, I am using STS v4.5.3 and have been able to delete/move what I want to. Now I'm trying to get rid the "New Products for ..." box -- we have a very static product line. Is there a way to remove it entirely? Thanks, Deborah Link to comment Share on other sites More sharing options...
L!mit Posted September 26, 2008 Share Posted September 26, 2008 Comment it out in index.php if you want it removed. in index.php look for - <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> change to <?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> I think there are two occurrences of this. The first one is for sub-categories/categories, the second is for the main home page (index.php) BACKUP! Link to comment Share on other sites More sharing options...
debdesign Posted September 26, 2008 Author Share Posted September 26, 2008 Thank you!!!! It worked! I actually was on the right track but put the // in the wrong place. General question: Is this documented someplace? I spend hours searching for answers before I post but seem to miss this kind of info. I have the 8/07 post from hauruapai (incredibly helpful) and the css stylesheet definitions (article 54, 7/05) but I don't always find everything I need. Other than the general doc (which I also search repeatedly) is there anywhere else I should be looking? Deborah Comment it out in index.php if you want it removed. in index.php look for - <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> change to <?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> I think there are two occurrences of this. The first one is for sub-categories/categories, the second is for the main home page (index.php) BACKUP! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.