llz925 Posted August 3, 2008 Posted August 3, 2008 So I've commented out successfully the "New Products for ___" box on the front page and the left side column, but all of the other subsequent pages now feature this same box in the body part of the page. Any help figuring out what other pages I need to comment out this in?
llz925 Posted August 3, 2008 Author Posted August 3, 2008 probably products_info.php Can't seem to find it in there....
Guest Posted August 3, 2008 Posted August 3, 2008 well in the standard osC it's only on the front page and left column - it's obviously been added in somewhere - if it's *Every* page try includes/footer.php - perhaps a site link might help
llz925 Posted August 3, 2008 Author Posted August 3, 2008 well in the standard osC it's only on the front page and left column - it's obviously been added in somewhere - if it's *Every* page try includes/footer.php - perhaps a site link might help Its the "New Products for August" box that I want to get rid of - its on several pages but I was able to remove it from the home page. http://www.niagarawinetrail.org/catalog/index.php?cPath=25
Guest Posted August 3, 2008 Posted August 3, 2008 The following code occurs twice in index.php - you've obviously only commented out one of them - find the code below <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> change to <!--<tr> <td><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr>-->
llz925 Posted August 4, 2008 Author Posted August 4, 2008 The following code occurs twice in index.php - you've obviously only commented out one of them - find the code below <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> change to <!--<tr> <td><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr>--> It worked! Yes, I must have missed that line before - Thanks so much!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.