Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

BOXTEXT not being directed correctly


FMacLeran

Recommended Posts

Mark has gave me good direction and have found that a variable appears to not be set correctly. The problem I am having is affecting the sets in COLUMN_LEFT.php. Here is what the code is being resolved as.

 

<td class="boxText"><a href="http://localhostindex.php?cPath=22">Services</a> (3)<br><a href="http://localhostindex.php?cPath=21">Concert Ticket</a> (2)<br></td>

 

(if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');)

 

The variable being set is define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

 

DIR_WS_INCLUDES is set to "/includes/"

 

The issues seems to be that "USE_CACHE" is evaluated as "true". What I can't find is where "tep_cache_manufactures" is set.

 

Thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...