Can someone provide me the proper code to add an image to the Ask a Question About This Product email? I've tried:
<img src="<?php echo JURI::root().JRequest::getVar('link'); ?>" />
in: mail_html_question.php
But it returns a missing image.
Anyone?
Look here: http://forum.virtuemart.net/index.php?topic=98468.msg368654#msg368654
Thanks - I followed those instructions and still get a missing image in the about this product email. The post you presented is from 2012 - has something changed in the latest version that would cause the problem?
It work good. I tested it
Quote from: Coolson on November 15, 2012, 03:42:48 AM
<input type="hidden" name="link" value="<?php echo $this->product->images[0]->file_url_thumb; ?>" /> in the file: form.php (in others input hidden)
<img src="<?php echo JURI::root().JRequest::getVar('link'); ?>" /> in the file: mail_html_question.php
its all