kernewek79 Posted May 31, 2011 Share Posted May 31, 2011 Hello there.Don't know if anyone can help me with this but I can't seem to generate any invoices either for myself or customers. I jst get the following messageFPDF error: Not a JPEG file: /home/theonlin/public_html/img//logo.jpgHave tried removing the code relating to the logo and just get a blank invoice. My logo is a png file and when i change the code to look at logo.png it generates an FPDF error something about alphasystem not supported.Using prestashop 1.3.6 and ninabobo themeAny ideas would be gratefully received. Link to comment Share on other sites More sharing options...
Raphaël Malié Posted May 31, 2011 Share Posted May 31, 2011 Hi, you have to use a jpg file for the logo in PDF invoice (this will be fixed in future). If you want to change your theme logo, edit your file header.tpl in your theme.Regards Link to comment Share on other sites More sharing options...
kernewek79 Posted May 31, 2011 Author Share Posted May 31, 2011 Thank youI made a new jpeg and renamed it as logo_1.jpg and changed pdf.php to look at that. Works a treat. Thanks for pointing me in the right direction. Link to comment Share on other sites More sharing options...
pctech4u Posted October 6, 2011 Share Posted October 6, 2011 what line did you do that on in pdf.php ? Link to comment Share on other sites More sharing options...
vegustouk Posted October 18, 2011 Share Posted October 18, 2011 Line 154 and 155 of \classes\PDF.php in version 1.4.4.1: elseif (file_exists(_PS_IMG_DIR_.'/logo.jpg')) $this->Image(_PS_IMG_DIR_.'/logo.jpg', 10, 8, 0, 15); Link to comment Share on other sites More sharing options...
bLogix Posted November 11, 2011 Share Posted November 11, 2011 worked like a champ. corrected, great. just create another jpg for your logo and change the code as shown in the pdf.php file. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now