szpaks Posted August 22, 2005 Share Posted August 22, 2005 How to remove box "New Product in August" in central part of shop. Thanks in advance. Link to comment Share on other sites More sharing options...
altDev Posted August 22, 2005 Share Posted August 22, 2005 I have been told this is the wrong way to do it but here goes, Find this line in /catalog/index.php : <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> and change to: <?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> This just removes it from the parcing list. Hope this helps. REMEBER BACKUP FIRST! James James Scheller Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.