Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

add manufacture to left coloum


gotboost350z

Recommended Posts

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

  • 4 months later...

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

Archived

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

×
×
  • Create New...