PVK Posted February 24, 2005 Share Posted February 24, 2005 Very small question: How do i remove the "new products for bladiebla" column completely (not just the words) which show the latest added products for a given categorie? Which lines in the index.php file should i delete? Thanks Link to comment Share on other sites More sharing options...
Guest Posted February 24, 2005 Share Posted February 24, 2005 Yes, in catalog/index.php change. <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> to <?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> Note: There are 2 occurences. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.