JoeWoodworker Posted July 23, 2003 Posted July 23, 2003 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.
Rumble Posted July 24, 2003 Posted July 24, 2003 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!
JoeWoodworker Posted July 24, 2003 Author Posted July 24, 2003 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.