Jump to content

How to change logo when client check his invoice?


NamWi

Recommended Posts

When a client goes to his client area and check his invoice there is the main logo that it is set up throught WHMCS general settings, how this log could be changed ?

 

 

I know the file it is template / default / viewinvoice

 

 

I have upload the image to the directory https://www.xxxxxxxx.com/img/logo.png and i want to use this directory for the logo of the invoice on the file viewinvoice.

 

What i should change on the file

 

<!DOCTYPE html>
<html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset={$charset}" />
   <title>{$companyname} - {* This code should be uncommented for EU companies using the sequential invoice numbering so that when unpaid it is shown as a proforma invoice {if $status eq "Paid"}*}{$LANG.invoicenumber}{*{else}{$LANG.proformainvoicenumber}{/if}*}{$invoicenum}</title>

   <link href="templates/{$template}/css/invoice.css" rel="stylesheet">

 </head>

 <body>

<div class="wrapper">

{if $error}

<div class="creditbox">{$LANG.invoiceserror}</div>

{else}

<table class="header"><tr><td width="50%" nowrap>

{if $logo}<p><img src="{$logo}" title="{$companyname}" /></p>{else}<h1>{$companyname}</h1>{/if}
</td></tr>
<tr><td width="50%" align="center">

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