Hi,
I noticed that the page components/com_virtuemart/view/recommend/tmpl/mail_html.php does not send the data correctly.
e.g. this code
<img src="<?php echo JURI::root () . $this->vendor->images[0]->file_url ?>" />
does not display the logo of the vendor
and this
echo $this->vendor->vendor_name .'<br />'.$this->vendor->vendor_phone .' '.$this->vendor->vendor_store_name .'<br /> '.$this->vendor->vendor_store_desc.'<br />'.$this->vendor->vendor_legal_info;
send only vendor_name and vendor_legal_info
I should also customize the page, in particular, I would also send a direct link to the product.
Can You help me?
Best regards.
Hi,
I am having the same problem with the logo not showing also.
With regard to linking the product refer this post: http://forum.virtuemart.net/index.php?topic=110325.0 (http://forum.virtuemart.net/index.php?topic=110325.0)
Liz