1
Hi,
The logo on Invoice PDF is not showing its showing correct when we click on View Invoice Online and its set as absolute path. Can you please let me know also find the attached invoice for your reference.
Thanks
The logo on Invoice PDF is not showing its showing correct when we click on View Invoice Online and its set as absolute path. Can you please let me know also find the attached invoice for your reference.
Thanks
Responses (15)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0I see this, but it's when you click it from the backend, correct? (it will show fine on the frontend)
that's because when you see if from backend, since it's a relative path, it is adding the /administrator part to it.
I'm working on a fix on this. but don't worry your users will see it fine,
if it bothers you, you can just take your image and copy it in the same path, but on /administrator. do you know what I mean? -
Accepted Answer
-
Accepted Answer
0Hi, I am getting the same issue but using the full URL does not allow the logo to be shown on both PDF and email.
If a full URL is used then the PDF shows an error (attached) but the email works fine.
If a relative URL is used then it is the opposite. PDF is good and email does not show the logo.
Paul-
Germinal Campsmore than a month agocan you check if your PHP directive to open external files is active (to allow fopen() or file_get_contents)
-
-
Accepted Answer
-
Accepted Answer
0OK So they came back with this
Hi Paul,
Thank you for contacting us.
allow_url_fopen is enabled by default on our servers.
One thing however is that we do not allow for any loopback connections. That is a connection which calls back to the server. So if this is trying to make a connection such as this back to itself, you would find that this is blocked. However a call to a different server using these should be fine.-
falconmediamore than a month agook so the answer to all of this is quite simple and it explains why this was happening.
If the image was sitting on the same server as the component it causes a problem.
The moment I added the image on a different domain and gave it a full URL all is sorted.
At last !!! :-) -
Germinal Campsmore than a month agowell.. that should really not be a problem.. I'm not sure why it was causing issues to you..
but, if you could solve it that way.. good job!! :)
-
-
Accepted Answer
0I am having the exact same issue with the pdf logo. My company logo shows up correctly when I preview it. But when I email it or the pdf version doesn't changes. It keeps the default image. I have moved my image to so many different locations on the webserver and referenced it, and no change. I urgently need help. Permissions are set to 775-
Germinal Campsmore than a month agoare you changing the code on the template editor, not only on the main code, but also on the "email and PDF" tab?
-
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »