Guest Posted July 14, 2004 Posted July 14, 2004 How can I remove the "New Products" Listing (6 new items) when someone clicks a category. All i want them to see is the sub categories and items in the category, not the new items in general Thanks, Ilan.
TomThumb Posted July 14, 2004 Posted July 14, 2004 There are two instance of this code in /catalog/index.php <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Change both of them to this. <!-- Remarked out New Products Box <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> //--> while (!succeed) {try()}; GMT -6:00
what_the?! Posted July 14, 2004 Posted July 14, 2004 Didnt work for me...just placed a line above my products area...and decentred the entire page.... any clue? \ i really want to know this also....in fact i want to remove the entire first pages "new product's for xxxx" area and replace it woth free format text. Tim.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.