VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: jack19 on March 18, 2013, 16:29:41 PM

Title: Product recommendation page not work
Post by: jack19 on March 18, 2013, 16:29:41 PM
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.

Title: Re: Product recommendation page not work
Post by: lrawling on March 27, 2013, 04:10:26 AM
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