chefjeff Posted March 1, 2003 Share Posted March 1, 2003 Where do I go to to remove the table and all of the new products for the month of march from the main page? Link to comment Share on other sites More sharing options...
zzfritz Posted March 1, 2003 Share Posted March 1, 2003 The new products display can be removed from catalog/default.php very easily. Just take out this code at about lines 320-322: <tr> <td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> There is also a display of new products within a catagory, which could also be removed, in the same script at about lines 110-112. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.