Guest Posted March 28, 2008 Share Posted March 28, 2008 I want to get rid of the "new products for march etc" box that appears on the main page down the bottom. How do you do that? Just while I am here - I am having a real problem with the width of the subcatergory pages - they are all squeezed to the left when they should take up the full page space - where do I edit that? Link to comment Share on other sites More sharing options...
Ausgirl Posted March 29, 2008 Share Posted March 29, 2008 In your catalog/index.php just comment out this line: (Its right down the bottom of the file) <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> so it looks like this: <td><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2008 Share Posted March 29, 2008 awesome that worked. I also commented one out that is about 1/3rd the way through the file, to take it off the subcatergory pages. Cheers Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2008 Share Posted March 29, 2008 i need to learn how to spell subcategory Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2008 Share Posted March 29, 2008 i need to learn how to spell subcategory You do have 15 minutes to edit a post, saves my bacon often. Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2008 Share Posted March 29, 2008 ha ha, yes I have used that feature many times. Was just having a dig at myself :lol: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.