VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: anderdesign on September 27, 2013, 22:01:56 PM

Title: Manufacturer in the E-mail Confirmation of Purchase VirtueMart
Post by: anderdesign on September 27, 2013, 22:01:56 PM
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 /

Title: Re: Manufacturer in the E-mail Confirmation of Purchase VirtueMart
Post by: Maxim Pishnyak on September 30, 2013, 06:51:20 AM
So did you try this or not
$this->product->mf_name
?