kalric Posted April 7, 2005 Posted April 7, 2005 Hello, I'm trying to remove the ENTIRE heading and everything on the main page that says, "New Products for (Month)". Can you tell me what file that I need to edit? I've looked through the FAQ and searched the forums, but nothing really jumped out on this. Any help is appreciated! :) Thanks Shayne
OceanRanch Posted April 7, 2005 Posted April 7, 2005 Change catalog/index.php in 2 places at line 121 and 313 Change <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> to <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> Tom
kalric Posted April 7, 2005 Author Posted April 7, 2005 Hello, I'm trying to remove the ENTIRE heading and everything on the main page that says, "New Products for (Month)". Can you tell me what file that I need to edit? I've looked through the FAQ and searched the forums, but nothing really jumped out on this. Any help is appreciated! :) Thanks Shayne <{POST_SNAPBACK}>
kalric Posted April 7, 2005 Author Posted April 7, 2005 Change catalog/index.php in 2 places at line 121 and 313 Change <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> to <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> Tom <{POST_SNAPBACK}> Thanks! That worked! :D Shayne
Recommended Posts
Archived
This topic is now archived and is closed to further replies.