Krypt Posted July 15, 2004 Posted July 15, 2004 Can the New Products area be removed? I figure it is some sorta Box I can remark out but just cant find it so I am not sure. Any help would be appreciated. Tom
KennethS Posted July 15, 2004 Posted July 15, 2004 The one that sits in the middle of your shop's filename is called new_products.php. The small Whats New infobox (in the left or right column) filename is called whats_new.php. A simple Grep or Search/Find in your main oscommerce and includes directory will pretty much point you to which files you need to modify. Also there is another post on the forums here that explain exactly how to do it so a search here might be helpful. Kenneth S -------------- Customer "Are you a real programmer?" Me "No, but I did stay at a Holiday Inn Express last night"
241 Posted July 15, 2004 Posted July 15, 2004 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 313 <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> change to this <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> 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.
teknik Posted July 15, 2004 Posted July 15, 2004 the question though is can you remove it from the categories and not the index??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.