Guest Posted February 4, 2005 Share Posted February 4, 2005 Hi Guys, Just a quick question, How can I remove the 'new products' table which is at the bottom of everypage (including frontpage) Ive tried my best to look in various files but cant seem to get rid of it. Also did search of the forum (but its hasent been very helpfull) Thanks, Chris Link to comment Share on other sites More sharing options...
♥ozcsys Posted February 4, 2005 Share Posted February 4, 2005 Hi Guys, Just a quick question, How can I remove the 'new products' table which is at the bottom of everypage (including frontpage) Ive tried my best to look in various files but cant seem to get rid of it. Also did search of the forum (but its hasent been very helpfull) Thanks, Chris <{POST_SNAPBACK}> Look in your index.php <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2005 Share Posted February 20, 2005 Look in your index.php <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> <{POST_SNAPBACK}> Hi there, Hey I tried that but the table is still there. It is so frustrating I have been also trying to do this for quite a while now.... and nothing. Any other suggestions? Thank you soooo much :) PH Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2005 Share Posted February 20, 2005 Richard was right. In catalog/index.php change <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> to <?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> Note: There are two occurrences of the above, edit them both. Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2005 Share Posted February 20, 2005 Richard was right. In catalog/index.php change <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> to <?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> Note: There are two occurrences of the above, edit them both. <{POST_SNAPBACK}> Dammit ! :blush: I was on the wrong index :blush: I was deleting stuff from includes/index Oh GOD ... I am getting there though thanks a lot!!!!!! :-" Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2005 Share Posted February 20, 2005 U HOOO !!!! THANK U GUYS It worked !!! table is gone !! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.