studiobl Posted October 12, 2005 Share Posted October 12, 2005 I don't want the table of new products to appear in the area placemarked $content on the index page. This is the box in the center with the heading "new products for month-foo" The welcome greeting and login are both OK and necessary. How do I remove the new products? Link to comment Share on other sites More sharing options...
Guest Posted October 12, 2005 Share Posted October 12, 2005 It's in your catalog\index.php near the end of the file just remove this code: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> backup your file first Link to comment Share on other sites More sharing options...
studiobl Posted October 12, 2005 Author Share Posted October 12, 2005 In the words of Elvis: "An'now, the stege is bar." Oops, wrong quote! "Thang yuh verra much!" It's in your catalog\index.php near the end of the file just remove this code: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> backup your file first Link to comment Share on other sites More sharing options...
Rheannon Dawn Posted August 24, 2006 Share Posted August 24, 2006 It's in your catalog\index.php near the end of the file just remove this code: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> backup your file first This was excellent advice..I was browsing through topics trying to find out how to remove New Products, and happened upon this thread..it worked like a charm. Just wanted to give you some positive feedback :) )o( Blessings..RheannonDawn Link to comment Share on other sites More sharing options...
dcross02 Posted August 2, 2007 Share Posted August 2, 2007 Actually, there are two places in index.php where that code appears. You must remove both in order for this to work. David This was excellent advice..I was browsing through topics trying to find out how to remove New Products, and happened upon this thread..it worked like a charm. Just wanted to give you some positive feedback :) Link to comment Share on other sites More sharing options...
Guest Posted November 28, 2007 Share Posted November 28, 2007 Thanks The code worked perfectly.. Tim Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.