Hello people,
I'm trying to figure out where i can change the standard image path used when generating the invoice from the order page.
When opening the invoice i get the following error:
TCPDF ERROR: [Image] Unable to get image: /htdocs/images/stories/virtuemart/vendor/resized/logo_110x110.png
When i check my FTP dirs i come to the conclusion that the path should be:
TCPDF ERROR: [Image] Unable to get image: /htdocs/www/images/stories/virtuemart/vendor/resized/logo_110x110.png
So the question is, where can i change this?
VM config > tab 'templates' at 'Vendor Media URL'.
I added 'www' to the path, but that did not solve this error. :-\
pdf's seem to be generated by
libraries/tcpdf/tcpdf.php
the error comes from line 7580
But I don't know how to fix that. Maybe someone from VM knows.