Hi,
I'm trying to install the "all specials" info box code in which I just downloaded from the contributions section on the OS site.
So far I tossed in the all_specials php file into the boxes dir, now I'm trying to edit the right coloumn php properly, to call this new code.
Does this look correct to you, because the right column shows an error and nothing will show..
<?php
/*
$Id: column_right.php,v 1.17 2003/06/09 22:06:41 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');
}
include(DIR_WS_BOXES . 'all_specials.php');
}
?>
thanks
http://www.oscommerce.com/community/contributions,1632/category,11/search,specials
there's the link to the feature I am trying to get to work.
I'm trying to install the "all specials" info box code in which I just downloaded from the contributions section on the OS site.
So far I tossed in the all_specials php file into the boxes dir, now I'm trying to edit the right coloumn php properly, to call this new code.
Does this look correct to you, because the right column shows an error and nothing will show..
<?php
/*
$Id: column_right.php,v 1.17 2003/06/09 22:06:41 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');
}
include(DIR_WS_BOXES . 'all_specials.php');
}
?>
thanks
http://www.oscommerce.com/community/contributions,1632/category,11/search,specials
there's the link to the feature I am trying to get to work.






