Guest Posted November 26, 2004 Posted November 26, 2004 Hi Everybody, Could any body be able to tell me how i can remove the "New products for ...." box on each page please? My client wants this box removed, so i should do as he asks i suppose. Many thanks for your support. Andy
gscreations Posted November 26, 2004 Posted November 26, 2004 delete: require(DIR_WS_BOXES . 'whats_new.php'); in include/column_left.php
241 Posted November 26, 2004 Posted November 26, 2004 It is the new products box catalog/index.php catalog/index.php Try looking for this around line 124 (for new products) <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> change to this <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> This around line 327 (for new products) <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> change to this <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> The line numbers are correct for your clients site Andrew No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Guest Posted November 26, 2004 Posted November 26, 2004 Hi, Many thanks for your reply. Its not the box on the left that i need to remove. its the main one in the middle of each category. Thank you :thumbsup:
Guest Posted November 26, 2004 Posted November 26, 2004 Thank You Steve. Im about to email you. Speak in a bit.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.