petitesouris Posted June 22, 2009 Share Posted June 22, 2009 Hello my logo is fine on the website but on the tax invoice it is too big is there a way to select another picture???Thanks for your help I did search and find some other useful info on how to change text but nothing on the logo.!!! Link to comment Share on other sites More sharing options...
rocky Posted June 22, 2009 Share Posted June 22, 2009 Look for this code in classes/PDF.php if (file_exists(_PS_IMG_DIR_.'/logo.jpg')) $this->Image(_PS_IMG_DIR_.'/logo.jpg', 10, 8, 0, 15); Change logo.jpg to another image filename in the img directory.Alternatively, you could change the website logo in header.tpl in your theme directory. Look for the following code: Link to comment Share on other sites More sharing options...
JJBYPC Posted June 22, 2009 Share Posted June 22, 2009 Thank you so much Rocky,This was a great help to a long time problem. Link to comment Share on other sites More sharing options...
petitesouris Posted June 22, 2009 Author Share Posted June 22, 2009 Thank you very much Rocky, will try that asap and then will put solved!!! Link to comment Share on other sites More sharing options...
Recommended Posts