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

TOPIC: Link to Manufacturer page on Category page

Link to Manufacturer page on Category page 11 years 6 days ago #4423

I would like to place a link to straight Manufacturer page on Category page. (for per products)

Can you help me?
The administrator has disabled public write access.

Link to Manufacturer page on Category page 11 years 5 days ago #4432

There are already posts about this - have you used the search?

basically depending on what view your using in templates/your_template/html/com_virtuemart/category/

e.g. default.php you need to add the code something like below - you will need to experiment as this template doesn't offer manufacturers links in the cat view
 
<?php
$ManufacturerProd = JRoute::_('index.php?option=com_virtuemart&view=category&virtuemart_manufacturer_id=' . $this->product->virtuemart_manufacturer_id);
$ManufacturerLink = JRoute::_('index.php?option=com_virtuemart&view=manufacturer&virtuemart_manufacturer_id=' . $this->product->virtuemart_manufacturer_id . '&tmpl=component');
$ManufacturerName = $this->product->mf_name;
?> 
 
	<div class="manufacturerlink">  
    	See other products from 
    	<a title="<?php echo $ManufacturerName; ?>"   href="<?php echo $ManufacturerProd ?>">
		<?php echo $ManufacturerName; ?>
		</a>
    </div>
 
 
Last Edit: 11 years 5 days ago by John.
The administrator has disabled public write access.
Time to create page: 0.094 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