nbasacco Posted October 18, 2005 Posted October 18, 2005 hello, just wondering how i would get rid of the new product box at the bottom of the page. Ive been looking in almost every file and cant seem to find i, i think im blind. anyone know where i can delete this?
mark27uk3 Posted October 18, 2005 Posted October 18, 2005 Hi Nicole, Look in catalog/index.php for this code <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> and change it to <tr> <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> This will remove the new products box from the main page. Mark :thumbsup: Lifes a bitch, then you marry one, then you die!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.