oscillate Posted January 10, 2005 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
Guest Posted January 10, 2005 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.
Simmy Posted January 10, 2005 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!
richhoward Posted January 10, 2005 Posted January 10, 2005 Thanks alot guys. This is what I have been looking for a long time!! Your help was greatly appreciated!
oscillate Posted January 10, 2005 Author 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
Simmy Posted January 10, 2005 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????
wheeloftime Posted January 10, 2005 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); ?>
oscillate Posted January 10, 2005 Author 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.