Company logo on quotes - InvoicePlane ver. 1.5.10

Goodmorning everyone,

In the system menù I can put the logo for printing pdf invoices. But I can’t find the same option for quotes. Anyone have any ideas on how to set the logo also on quotes?

I had just try to set the image whith this below tag html. But in the print of pdf i see only a red cross and not my logo.

<div id="logo">
<img src="<?php echo base_url(); ?>uploads/logo_quotes.pdf ?>
</div>

Thank you.

I just use:

<?php echo invoice_logo_pdf(); ?>
Works for me in quotes aswell.

Could not test your code yet. But you sure the path is correct and the file does exist on your Server?
Have you already manually called the file?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.