vics2007 Posted May 1, 2008 Posted May 1, 2008 On the Confuguration menu there is an option screen for the feautred products it says to put true or false to show whether you want to display featured products. I want to turn off the featured products for the moment, as I want to edit the home page to show a special offer I am doing, but I have tried changing the true to false, or even leaving it blank, and it still shows the featured items. Any ideas of how to get round this?
Ausgirl Posted May 2, 2008 Posted May 2, 2008 About 30 lines up from the bottom of your catalog/index.php file find this bit of code: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> Just comment it out like this: <tr> <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> When you wish to have it show again just remove the //
Recommended Posts
Archived
This topic is now archived and is closed to further replies.