ajshades Posted March 9, 2004 Share Posted March 9, 2004 www.adamjmccombs.com/catalog/ new products on the main page how do i get rid of it? i looked under the wiki files and i couldn't find it sorry guys - adam mccombs Link to comment Share on other sites More sharing options...
241 Posted March 9, 2004 Share Posted March 9, 2004 This box is used for more than one thing but to completely remove the box it is the new products box catalog/index.php catalog/index.php Try looking for this around line 121 <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 280 (for product list) <td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td> change to this <td><?php //include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td> This around line 313 <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 316 ( for upcoming products) <?php include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> change to this <?php // include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.