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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Question : is there a manufacturersbox included in osmax? I do miss this box: how to add this box ? doumawis |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| 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 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! |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| login box missing | timbrrr | osCMax v2 Installation issues | 1 | 09-13-2005 12:50 PM |
| Missing Content | heaven | osCMax v2 Installation issues | 2 | 08-31-2005 03:30 PM |
| Let's see what we have here - graphics missing | mgrooten | osCMax v1.7 Installation | 3 | 05-21-2005 03:03 PM |
| missing buttons | nmrunner | osCMax v1.7 Installation | 2 | 04-11-2005 12:55 PM |
| missing pictures | jads | osCommerce 2.2 Installation Help | 0 | 07-02-2003 05:52 AM |