GBillerty Posted December 19, 2003 Share Posted December 19, 2003 Hello! I searched the forum since 2 days and also searched the french forum... heheh! I didn't find anything on how to remove the 'New products' box on startup page.. ( that come from table_heading_new_products) I removed that: ( in my include/language/english/index.php ) but the new product for box still there define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming products'); define('TABLE_HEADING_NEW_PRODUCTS', 'New products'); thanks for the help Link to comment Share on other sites More sharing options...
241 Posted December 19, 2003 Share Posted December 19, 2003 include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); on catalog/index.php change to //include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); //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...
GBillerty Posted December 19, 2003 Author Share Posted December 19, 2003 thanks a lot!!! it works great now Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.