<?php if ($manufacturer->images && ($show == 'image' or $show == 'all' )) { ?>
<?php echo $manufacturer->images[0]->displayMediaThumb('',false);?>
.........................................
<?php // Manufacturer of the Product
if (VmConfig::get('show_manufacturers', 1) && !empty($this->product->virtuemart_manufacturer_id)) {
echo $this->loadTemplate('manufacturer'); } ?>
.........................................
$manufacturerImage = $manufacturer->images[0]->displayMediaThumb('class="manufacturer-image"',false);
$this->assignRef('manufacturerImage', $manufacturerImage);
...
[virtuemart_manufacturer_id] [mf_name] [slug] [mf_email] [mf_desc] [virtuemart_manufacturercategories_id] [mf_url] [published] [_pkey:protected] [_pkeyForm:protected] [_obkeys:protected] [product_name] [_unique:protected] [_unique_name:protected] [_orderingKey:protected] [_slugAutoName:protected] [_slugName:protected] [_loggable:protected] [_xParams:protected] [_varsToPushParam:protected] [min_order_level] [max_order_level] [_translatable] [_translatableFields:protected] [_tablePreFix] [created_on] [created_by] [modified_on] [modified_by] [hits] [virtuemart_product_price_id] [virtuemart_product_id] [virtuemart_shoppergroup_id] [product_price] [override] [product_override_price] [product_tax_id] [product_discount_id] [product_currency] [product_price_vdate] [product_price_edate] [price_quantity_start] [price_quantity_end] [virtuemart_vendor_id] [product_parent_id] [product_sku] [product_s_desc] [product_desc] [product_weight] [product_weight_uom] [product_length] [product_width] [product_height] [product_lwh_uom] [product_url] [product_in_stock] [product_ordered] [low_stock_notification] [product_available_date] [product_availability] [product_special] [product_sales] [product_unit] [product_packaging] [product_params] [intnotes] [customtitle] [metadesc] [metakey] [metarobot] [metaauthor] [layout] [min_order_level] [max_order_level] [virtuemart_media_id] [shoppergroups] [categories] [virtuemart_category_id] [canonical] [packaging] [prices] [costPrice] [basePrice] [basePriceVariant] [basePriceWithTax] [discountedPriceWithoutTax] [priceBeforeTax] [salesPrice] [taxAmount] [salesPriceWithDiscount] [salesPriceTemp] [discountAmount] [priceWithoutTax] [variantModification] [DBTax] [Tax] [DATax] [product_template] [event] [afterDisplayTitle] [beforeDisplayContent] [afterDisplayContent] [images] [media_attributes] [setRole] [_foldersToTest:VmMediaHandler:private] [_actions:VmMediaHandler:private] [_mLocation:VmMediaHandler:private] [_hidden:VmMediaHandler:private] [virtuemart_media_id] [theme_url] [virtuemart_vendor_id] [file_title] [file_description] [file_meta] [file_mimetype] [file_type] [file_url] [file_url_thumb] [file_is_forSale] [file_is_product_image] [shared] [file_params] [_translatable] [_tablePreFix] [created_on] [file_url_folder] [file_path_folder] [file_name] [file_extension] [neighbours] [previous] [virtuemart_product_id] [next]
......................................................
So... we must start by:<?php // Manufacturer Image
echo $this->
?>
...............
Related in vm1:
http://forum.virtuemart.net/index.php?topic=45779.90 (Read 43687 times)http://forum.virtuemart.net/index.php?topic=77894.0 http://www.richnetapps.com/virtuemart-show-manufacturer-logo-in-product-details/http://www.kavdesign.net/blog/coding/virtuemart-how-to-show-manufacturer-logo-in-product-details/.................
if you do print_r($this->product); you can call about your product you want to use "mf_name" echo $this->product->mf_name;