szpaks Posted November 9, 2007 Posted November 9, 2007 Hello, Do you know how to remove new products box in central section of home page.
spax Posted November 9, 2007 Posted November 9, 2007 index.php find this line <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> and comment it out <?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>
spax Posted November 10, 2007 Posted November 10, 2007 Just to clarify for anyone else reading this, I should have stated the second instance of <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> in index.php is the call for the new products box on the main page. The first instance of that code calls the new products on a category page.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.