eternal student Posted October 6, 2005 Share Posted October 6, 2005 Not the column right but the one that says New Products For October on the index page. How do I remove all of that or configure it to only show two by two images? many thanks. Link to comment Share on other sites More sharing options...
jasper98 Posted October 6, 2005 Share Posted October 6, 2005 if you want to remove it just find this code in catalog/index.php: <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> and replace with: <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> ** It appears in two places in your index.php ** Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.