rumpowanysko Posted November 22, 2007 Posted November 22, 2007 Hello, I am going to drive the shop for one manufacturer only and do not want to show the "New Products ..." at start up of the Catalog. I was trying to find the answer searching Your post but without any luck. And can not find the place in the code it can be done. I am sure the answer is very simple but after few days of reading the code I am totally blind. Thank you very much for your help in advance.
traxdata2k Posted November 28, 2007 Posted November 28, 2007 Hello,I am going to drive the shop for one manufacturer only and do not want to show the "New Products ..." at start up of the Catalog. I was trying to find the answer searching Your post but without any luck. And can not find the place in the code it can be done. I am sure the answer is very simple but after few days of reading the code I am totally blind. Thank you very much for your help in advance. I've been looking to remove the "New Products For" box from the middle for a while as when it shows up empty it just looks stupid and my coding abilities are not quite to the standard that I can recode it. Anyway, check your index.php Line 121 -> include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); Line 313 -> include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); Comment these out and it's gone, for good. Since index is used for all pages. Hope that helps, when I've got my head around the code better I may come up with a more elegant solution.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.