snake Posted December 3, 2021 Share Posted December 3, 2021 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? 0 Quote Link to comment Share on other sites More sharing options...
snake Posted December 22, 2021 Author Share Posted December 22, 2021 anyone? 0 Quote Link to comment Share on other sites More sharing options...
lims Posted December 22, 2021 Share Posted December 22, 2021 (edited) 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 December 22, 2021 by lims 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.