mmricci Posted November 10, 2006 Share Posted November 10, 2006 Can someone please tell me how to remove the entire "new products for the month" from the main page. The only thing I can remove so far is the title "new products for the month". I want to remove the products as well from the main page. Thanks Link to comment Share on other sites More sharing options...
Guest Posted November 10, 2006 Share Posted November 10, 2006 In index.php look for the following: <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> Change BOTH instances to: <?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> Sonia Link to comment Share on other sites More sharing options...
schwim Posted November 11, 2006 Share Posted November 11, 2006 Sonia what if you would just like to remove that "New Products Box" from the Catgory page and not the main page? Which file do I do that in? Thanks! ~Renee In index.php look for the following: <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> Change BOTH instances to: <?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> Sonia Link to comment Share on other sites More sharing options...
bill110 Posted November 11, 2006 Share Posted November 11, 2006 Sonia what if you would just like to remove that "New Products Box" from the Catgory page and not the main page? Which file do I do that in?Thanks! ~Renee Same file just edit the first instance only My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai Link to comment Share on other sites More sharing options...
schwim Posted November 11, 2006 Share Posted November 11, 2006 Thanks editing the first instance worked!!! And I gotta say thank you again for the super quick responses!! ~Renee Same file just edit the first instance only Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.