hotrod3322 Posted February 24, 2006 Share Posted February 24, 2006 Hello, How do I get rid of the 'new products' box found in the category pages? I know the page is found in includes/modules/new_products.php but what's the best way to remove this box found in all the category pages? Thanks, -ROD Link to comment Share on other sites More sharing options...
ozcsys Posted February 24, 2006 Share Posted February 24, 2006 Hello,How do I get rid of the 'new products' box found in the category pages? I know the page is found in includes/modules/new_products.php but what's the best way to remove this box found in all the category pages? Thanks, -ROD Look for the following in your index.php file at or about line 315 <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Either remove it or comment it out The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
hotrod3322 Posted February 24, 2006 Author Share Posted February 24, 2006 Look for the following in your index.php file at or about line 315<tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Either remove it or comment it out I already removed that one but that just gets rid of the one in the main home page. It shows up in the subcategory pages. How do I get rid of those? Thanks for your reply. -ROD Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.