Guest Posted April 17, 2009 Posted April 17, 2009 Hi, Can anyone explain how I can delete (or comment out) the 'New Products' box which appears by default on the front page? I do not wish this box to display on the site. Many thanks.
web-project Posted April 17, 2009 Posted April 17, 2009 simply open index.php find the following code: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> change to: <tr> <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> or remove completely Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
Guest Posted April 18, 2009 Posted April 18, 2009 simply open index.php find the following code: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> change to: <tr> <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> or remove completely Thanks very much. Much appreciated.
Guest Posted May 10, 2009 Posted May 10, 2009 This removes it from the categories view, however, did not remove it from the main page. How do I remove it from the main page also? Thanks, Chelle
Recommended Posts
Archived
This topic is now archived and is closed to further replies.