Remove What's New BoxLast Update: 15th December, 2005
Article ID: 260



Introduction

The what's new box on the index.php page can be removed by commenting out the code below. This will let you bring the what's new back should you change your mind by just un-commenting the line.

Solution

In the catalog/index.php file you will see this line about line 343:

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



Comment this out with:

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


NOTE: Commenting out this code removes the what's new box on the index.php page only.

 

 

Trademark Policy | Copyright Policy | Sitemap

Copyright © 2000-2005 osCommerce. All rights reserved.