onedownfiveup Posted October 22, 2006 Posted October 22, 2006 I've used code to edit it out for the main index, but when I click on my menus and go to sub menus it still displays the new products box, how do I remove it from there too?
Guest Posted January 5, 2007 Posted January 5, 2007 I've used code to edit it out for the main index, but when I click on my menus and go to sub menus it still displays the new products box, how do I remove it from there too? If you mean the New Products box on the Left Hand side, just edit it out of column_left.php its in Includes.
algot Posted February 6, 2007 Posted February 6, 2007 Hi all I had a little problem on removing "What's New Products for..." in the manual is wrote this: Remove What's New Box Q: How do I remove the box that says "What's new for May"? A: In the catalog/index.php file you will see this line about line 134: < td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> Comment this out with: < td><br><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> This will let you bring the what's new back should you change your mind by just un- commenting the line. I'd comment out the cose in the index.php but nothing append even if i complitely delete the code !! How can i solve this problem ?? algot
algot Posted February 6, 2007 Posted February 6, 2007 Hi all I had a little problem on removing "What's New Products for..." in the manual is wrote this: Remove What's New Box Q: How do I remove the box that says "What's new for May"? A: In the catalog/index.php file you will see this line about line 134: < td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> Comment this out with: < td><br><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> This will let you bring the what's new back should you change your mind by just un- commenting the line. I'd comment out the code in the index.php but nothing append even if i complitely delete the code !! How can i solve this problem ?? algot Ok i found it it was on my vi editor at line 313 and not 134 how the manual said !!!!!!!! By to all
Recommended Posts
Archived
This topic is now archived and is closed to further replies.