Good afternoon and this my first post, I have a problem and hope someone can help me.
I have a client that requires the email purchase confirmation VirtueMart 2.0.22c is informed that the Manufacturer of the Product was purchased.
I've tried a few things like:
$link = JRoute::_('index.php?option=com_virtuemart&view=manufacturer&virtuemart_manufacturer_id=' . $this->product->virtuemart_manufacturer_id . '&tmpl=component', FALSE);
$text = $this->product->mf_name;
$manufacturerURL = JRoute::_('index.php?option=com_virtuemart&view=manufacturer&virtuemart_manufacturer_id=' . $manufacturer->virtuemart_manufacturer_id, FALSE)
The maximum that you and the product link in the email to va page with all manufacturers, I am not able to get the ID after virtuemart_manufacturer_id /
So did you try this or not
$this->product->mf_name
?