VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Three_d on February 12, 2015, 17:04:55 PM

Title: Invisible Vendor image with {vm:vendorimage} in Invoice Head - J.3.3.6 VM 3.0.4
Post by: Three_d on February 12, 2015, 17:04:55 PM
Hello,

On the "Invoices/emails" tab (administrator/index.php?option=com_virtuemart&view=user&task=editshop) at the "Invoice Head" section its possible to insert your vendor image with the code {vm:vendorimage}.
But in the order email this Vendor image is broken because its a relative URL instead of an absolute URL.
The relative URL is good but its missing the absolute path.

Checking the "Display header" checkbox is a possibility to show your logo but this doesn't give you the possibility to design your own header because {vm:vendorimage} doesn't work.

Jeroen
Title: Re: Invisible Vendor image with {vm:vendorimage} in Invoice Head - J.3.3.6 VM 3.0.4
Post by: raydekker on March 26, 2018, 01:04:29 AM
Same problem, when I change the header editor to HTML code and insert the absolute path https://www.domain.com/images/image.png it works.
The preview however does work but the actual outputted PDF does not display the image,
So workaround is to insert the absolute path as Jeroen mentioned as well!