Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to add manufacturers jump box to heading?


JoeWoodworker

Recommended Posts

Posted

Does any one know the code for putting in the manufacturers jumpbox ? I'd like to drop it into a table in my header.

 

I tried pulling the info from the includes/boxes/manufacturers.php with no luck.

 

Thanks

Joe

Evil will always triumph over good...

Because good is dumb.

- D.H.

Posted

Hi,

 

place the following code in your header;

 

<?php   if ( (USE_CACHE == 'true') && !defined('SID')) {

   echo tep_cache_manufacturers_box();

 } else {

   include(DIR_WS_BOXES . 'manufacturers.php');

 }

?>

 

should do the trick!

Reddy to Rumble

 

Thank you osCommerce and all who Contribute to her!

Posted

Close... but not quite.

 

The formatting is a bit odd on the screen now. It shows like the box

contents on the left column (it has a frame around the entire menu area.)

 

Take a look at this picture to see what I mean.

 

http://www.cambridgecinemas.com/jww/Image1.jpg

 

Thanks for helping out.

Evil will always triumph over good...

Because good is dumb.

- D.H.

Archived

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

×
×
  • Create New...