Ackis Posted February 23, 2007 Posted February 23, 2007 Hi again :) There is a box at the bottom of the page called... "new products..." I thouhgt I could delete it in application_bottom just as i did with the boxes to the right in column_right but it doesn't work. Can anyone help me, please? :'( I don't want the box there all the time.... only when I have new products.... but I haven't started my company yet so everything is new right now! :) Regards :rolleyes: Jessica Fuchs
ErollorD Posted February 23, 2007 Posted February 23, 2007 you go to includes folder and open column_left.php, there you find and remove require(DIR_WS_BOXES . 'whats_new.php');
Ackis Posted February 23, 2007 Author Posted February 23, 2007 Hm... I can't find it. It looks like this... <?php /* $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } require(DIR_WS_BOXES . 'search.php'); require(DIR_WS_BOXES . 'information.php'); ?> Jessica Fuchs
Ackis Posted February 23, 2007 Author Posted February 23, 2007 It's not published yet. http://rcmaffian.se/oscommerce_st/catalog/index.php Jessica Fuchs
ErollorD Posted February 23, 2007 Posted February 23, 2007 ow we are talking about Nya produkter för februari?? got to index.php and remove <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr>
Ackis Posted February 23, 2007 Author Posted February 23, 2007 success!!!!!! Thank you!! :) Don't now what we would have done without all of you here! Thanx once again! Jessica Fuchs
Recommended Posts
Archived
This topic is now archived and is closed to further replies.