Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - FlexibleMart (SKU# FLEX-00007)

TOPIC: [SOLVED] Manufacturer link

[SOLVED] Manufacturer link 11 years 7 months ago #319

Hi for some reason the Manufacturer Link does not come up on the flex3 product view even though it is enabled.

Is this an ommison?http://farlixx.co.uk/latest/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=225&virtuemart_category_id=0
Last Edit: 11 years 6 months ago by Support.
The topic has been locked.

Manufacturer link 11 years 6 months ago #343

Hi,

Yes it is, but you can easily insert it though.

Simply take this PHP lines:
<?php
		// Manufacturer of the Product
		if (VmConfig::get('show_manufacturers', 1) && !empty($this->product->virtuemart_manufacturer_id)) { 
		    echo $this->loadTemplate('manufacturer');
	} ?>

And paste where you want in this PHP file:

ROOT/templates/<yourjoomlatemplatefolder>/html/com_virtuemart/productdetails/default.php
(defulat.php or what ever layout you have chose in VM Backend for your product details page layout)

The best position is below the price though, So you should put these lines after the price LINES are ended, So it will look like:
..
..
..
echo $this->currency->createPriceDiv ( 'taxAmount', 'COM_VIRTUEMART_PRODUCT_TAX_AMOUNT', $this->product->prices ); ?>
	</div>
	<?php } ?>
	<?php
		// Manufacturer of the Product
		if (VmConfig::get('show_manufacturers', 1) && !empty($this->product->virtuemart_manufacturer_id)) { 
		    echo $this->loadTemplate('manufacturer');
	} ?>
..
..
..
Last Edit: 11 years 6 months ago by Support.
The topic has been locked.
Time to create page: 0.145 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo