Question : is there a manufacturersbox included in osmax?
I do miss this box: how to add this box ?
doumawis
This is a discussion on manufacturersbox missing within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Question : is there a manufacturersbox included in osmax ? I do miss this box: how to add this box ...
Question : is there a manufacturersbox included in osmax?
I do miss this box: how to add this box ?
doumawis
yes and it is on by default in osc max, at least using the AABOX template. to add it do the following.
step one determine which side to display the box on, left or right.
if LEFT, open catalog/includes/column_left.php and add the following code where you would like the box displayed. If RIGHT do the same thing in /catalog/includes/column_right.php
Then open up column_right.php and make sure the following code exists there as well.Code:if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); }
Code:if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php');
Clifton Murphy CEO/CTO
Hyperactive Inc.
osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists!
Bookmarks