gnarly parts Posted February 26, 2005 Share Posted February 26, 2005 I know I seen it here before but I can't seem to find it anymore.. How do you get rid of that box with the " New Products For month" Thanks Dave Always looking for a way to improve my sites. Link to comment Share on other sites More sharing options...
Wendy James Posted February 26, 2005 Share Posted February 26, 2005 I know I seen it here before but I can't seem to find it anymore.. How do you get rid of that box with the " New Products For month" Thanks Dave <{POST_SNAPBACK}> If you are talking about the one on the left go to catalog/includes/column_left.php and find require(DIR_WS_BOXES . 'whats_new.php'); Just put // infront of it so it looks like // require(DIR_WS_BOXES . 'whats_new.php'); If you are talking about the one that shows up on the front page, and main product pages you need to go to catalog/index.php and look for <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> and either remove it or just add // to block it like below. <?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> It is there twice. Hope that helps. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.