fry Posted August 24, 2005 Share Posted August 24, 2005 :'( I know this is probably simple but can I find it!!!!!!............NO...........so can someone please tell me how to remove the 'new products for <month>' box on the front page of the catalog. Thanks in advance Link to comment Share on other sites More sharing options...
fry Posted August 24, 2005 Author Share Posted August 24, 2005 P.S. Also how would I change the wording/title of the infobox Thanks again Link to comment Share on other sites More sharing options...
Guest Posted August 24, 2005 Share Posted August 24, 2005 Open index.php in the catalog dir and near the end of the file you should have few lines which pull in the new products module like this: ? ? ? ? ?<tr> ? ? ? ? ? ?<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> ? ? ? ? ?</tr> Removing those lines should remove the new products box from the index page Each infobox has a header definition its content can be located in the language file. So for english open includes\languages\english.php and change the definition text string of interest. For instance to change the categories box header in there you will see define('BOX_HEADING_CATEGORIES', 'Categories'); Link to comment Share on other sites More sharing options...
fry Posted August 24, 2005 Author Share Posted August 24, 2005 Ahhhh..........if only I had brains! Thanks enigma :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.