Guest Posted December 19, 2002 Posted December 19, 2002 Hi, in the default page how there is a New Product for /s I would like to take that section out, so no new products will be displayed there how ever i would like to keep the "Whats New" box the same any help? :)
Ajeh Posted December 19, 2002 Posted December 19, 2002 Peek in /catalog/default.php and find: <tr> <td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> For now, comment it out in case you change your mind: <tr> <td><br><?php /* include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); */ ?></td> </tr>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.