RE: Remove New Products For .. Box

chfields <[email protected]> 13 Sep 2003 10:30:57 -0000
Newsgroups gmane.comp.web.oscommerce.general
Message-ID <6cd2e34e4f6c120dca5c54d5fc6581f1@osCommerce-Forums>
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=228829#228829
----------------------------------------------------------------

Find 

<td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

in index php near the bottom and change to this

<td><br><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>