gotboost350z Posted April 27, 2010 Share Posted April 27, 2010 is there a way i can add the manufactures on the left side of my site Link to comment Share on other sites More sharing options...
Guest Posted April 27, 2010 Share Posted April 27, 2010 Eric, The manufactures pull down box is by default on the left column. If it is not then add this code to catalog>includes>column_left.php: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } If you want the manufactures info on the left column (during product info viewing) then take this from the column_right.php and add it to the column_left.php file: if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php'); IF YOU ARE USING A PURCHASED TEMPLATE, YOU WILL NEED TO MODIFY THE BOXES FOR THESE TO FUNCTION PROPERLY. Chris Link to comment Share on other sites More sharing options...
satish Posted September 20, 2010 Share Posted September 20, 2010 insert following code into the includes/column_left.php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.