Guest Posted March 22, 2004 Share Posted March 22, 2004 Hi All I am installing this mod and have got this point and hit a problem i need help with? In catalog/includes/column_left.php (or whereever you want the box) find if ( (USE_CACHE == 'true') && !SID) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } if ( (USE_CACHE == 'true') && !SID) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } and on a new line add this after it: require(DIR_WS_BOXES . 'affiliate.php'); When i add this to the the page i lose my right hand page and products on the main page can any one advise how i can add this bit in. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.