oscillate Posted January 10, 2005 Share Posted January 10, 2005 G'day there is it possible to remove the 'New products for <month>' panel on the main cart page? is it easy enough to comment out the relevant parts? TIA if you can help me out.. cheers -NIC Link to comment Share on other sites More sharing options...
Guest Posted January 10, 2005 Share Posted January 10, 2005 catalog/includes/modules/new_products.php, rename new_products.php by adding a 1 or ORIG to it and its gone. dont know if the space will be usable. Link to comment Share on other sites More sharing options...
Simmy Posted January 10, 2005 Share Posted January 10, 2005 catalog/includes/modules/new_products.php, rename new_products.php by adding a 1 or ORIG to it and its gone. dont know if the space will be usable. <{POST_SNAPBACK}> That's treating the symptoms, not the disease :lol: Look for a line that says something like <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> in index.php Sorry, not on my normal computer or i'd be able to give you more info! Link to comment Share on other sites More sharing options...
richhoward Posted January 10, 2005 Share Posted January 10, 2005 Thanks alot guys. This is what I have been looking for a long time!! Your help was greatly appreciated! Link to comment Share on other sites More sharing options...
oscillate Posted January 10, 2005 Author Share Posted January 10, 2005 That's treating the symptoms, not the disease :lol: Look for a line that says something like <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> in index.php Sorry, not on my normal computer or i'd be able to give you more info! <{POST_SNAPBACK}> hey there.. after commenting out that line.. it still shows up.. there must be something somewhere else.. cheeers Link to comment Share on other sites More sharing options...
Simmy Posted January 10, 2005 Share Posted January 10, 2005 hey there.. after commenting out that line.. it still shows up.. there must be something somewhere else.. cheeers <{POST_SNAPBACK}> Hmm, I don't have the original osc files to hand at the moment, sorry. Anyone else???? Link to comment Share on other sites More sharing options...
wheeloftime Posted January 10, 2005 Share Posted January 10, 2005 There is two occurence of that <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> within the index.php. One around the middle of the file and one at the end just above 'body_text_eof'. Commenting out both should do it. <?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> Link to comment Share on other sites More sharing options...
oscillate Posted January 10, 2005 Author Share Posted January 10, 2005 There is two occurence of that <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> within the index.php. One around the middle of the file and one at the end just above 'body_text_eof'. Commenting out both should do it. <?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> <{POST_SNAPBACK}> absolute legend.. thanks heaps Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.