Jump to content

Solved Logo si too large for pdf invoice how can I select a special logo for the PDF tax invoice


Recommended Posts

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

×
×
  • Create New...