2671
Templates / Re: Custom Template
« on: January 02, 2013, 08:57:46 PM »
Not quite clear what you try to do. Do you need to add image?
#content .product_options {
float: right;
margin: -10px -8px -2px 0;
width: 210px;
}
Change 210px to something bigger $this->data['product_id'] = $product_id;
$this->data['average'] = $average;
Add $resource = new AResource('image');
$thumbnail = $resource->getMainThumb('manufacturers',
$product_info['manufacturer_id'],
$this->config->get('config_image_grid_width'),
$this->config->get('config_image_grid_height'),
true);
$this->data['manufacturer_icon'] = $thumbnail['thumb_url'];
<a href="<?php echo $manufacturers; ?>"><?php echo $manufacturer; ?></a>
Replace with:<a href="<?php echo $manufacturers; ?>"><img src="<?php echo $manufacturer_icon; ?>" border="0" title="<?php echo $manufacturer; ?>" /></a>