storm Posted November 30, 2003 Posted November 30, 2003 Removal of new products for November - As very little new products will be going up on the site, is there a way to remove the new products section from the front page. Thanx for any help in advance.
Guest Posted November 30, 2003 Posted November 30, 2003 In index.php, you should see three occurrences of include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); change to //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); and the new products box will no longer appear. Hth, Matt
netready Posted December 1, 2003 Posted December 1, 2003 I want to have this be done also. however, in my index.php file I got only TWO occurence of that code in line 121 & 313. I tried to add // to that 2 lines but the 'new product......' still there? what's the clue pls. thanks for the help.
chfields Posted December 1, 2003 Posted December 1, 2003 This <td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); Should look like this <td><br><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);
netready Posted December 1, 2003 Posted December 1, 2003 Thanks chfields! I just edited line 313 as suggested and the "new product....." disappeared! Is it right to leave line 121 unedited? Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.