Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Box at the bottom


Ackis

Recommended Posts

Posted

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

Posted

you go to includes folder and open column_left.php, there you find and remove

 

require(DIR_WS_BOXES . 'whats_new.php');

Posted

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

Posted

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>

Posted

success!!!!!!

 

Thank you!!

 

:)

 

Don't now what we would have done without all of you here!

 

 

Thanx once again!

Jessica Fuchs

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...