Jump to content

wrong logo on quotes


snake

Recommended Posts

I have just discovered that when I send out quotes they are using the wrong logo.

I have different logos for both the website (dark background) and invoices (white background).
I naturally assumed that quotes would us ethe same logo as invoices, but it seems not, they are using the website logo instead.

Any way to resolve this, or do I have to edit the quote template?

Link to comment
Share on other sites

  • 3 weeks later...
On 12/3/2021 at 11:48 AM, snake said:

I have just discovered that when I send out quotes they are using the wrong logo.

I have different logos for both the website (dark background) and invoices (white background).
I naturally assumed that quotes would us ethe same logo as invoices, but it seems not, they are using the website logo instead.

Any way to resolve this, or do I have to edit the quote template?

i have same issues, i just edit my white logo and insert dark background in white invoice or quote

default in invoice & quote will use logo from General setting >> Logo URL

but u can custom logo by edit viewquote .tpl

dont forget edit quotepdf.tpl too, if u edit above

upload and change directory

# Logo
if (file_exists(ROOTDIR.'/assets/img/logo.png')) $pdf->Image(ROOTDIR.'/assets/img/logo.png', 20, 25, 75);
elseif (file_exists(ROOTDIR.'/assets/img/logo.jpg')) $pdf->Image(ROOTDIR.'/assets/img/logo.jpg', 20, 25, 75);
else $pdf->Image(ROOTDIR.'/assets/img/placeholder.png', 20, 25, 75);

 

Edited by lims
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated