oscommercenewbie Posted October 9, 2005 Share Posted October 9, 2005 I would like to take out the New Products on the Index Page. I want to keep it on the Category (cpath) pages. I can take out the following code on the catalog/index page but it will also delete the New Products on the categories. <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Can someone tell me how to make it display on the cpath pages but not the index page? Using standard oscommerce MS2 Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted October 9, 2005 Share Posted October 9, 2005 I would like to take out the New Products on the Index Page. I want to keep it on the Category (cpath) pages. I can take out the following code on the catalog/index page but it will also delete the New Products on the categories. <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Can someone tell me how to make it display on the cpath pages but not the index page? Using standard oscommerce MS2 line 313 <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> make it <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
oscommercenewbie Posted October 10, 2005 Author Share Posted October 10, 2005 line 313 <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> make it <td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> Monika - worked like a charm! Thank you, thank you. -Allison Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.