RE: Remove New Products For .. Box

jen_jl <[email protected]> 14 Sep 2003 03:09:47 -0000
Newsgroups gmane.comp.web.oscommerce.general
Message-ID <55af2fa3878ea1d13aa786d841b0a01c@osCommerce-Forums>
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=229204#229204
----------------------------------------------------------------

[quote="chfields"]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>[/quote]

Since I didn't have an index.php, I tried editing   \catalog\default.php

Around line 116
[code]
<tr><td><br><?php $new_products_category_id = current_category_id; include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td></tr>
[/code]

to say...
[code]
<tr><td><br><?php //$new_products_category_id = current_category_id; include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td></tr>
[/code]
After re-uploading the page, the new products box was still there. 

What am I not getting?  I guess I need a little more help.

Thanks for the help.

Jen