3 replies [Last post]
pandapouch's picture
Offline
Joined: 08/08/2007
Juice: 54
Was this information Helpful?

I need to fix my invoice (the one that is printed when I mail my orders). How do I upload my logo image so that it is on the invoice page?

Don't even know where to alter the invoices. I'd also like to add some text to it so that it's always written on every invoice... anyone?

Thanks!

Mariano's picture
Offline
Joined: 09/04/2007
Juice: 110
Hi.

Hi.
There is this section. There I found out how to change the logo. I think the url for the logo was addressed using a token, but I had some problems with that. So I just entered the whole url. I guess it is line 19; i.e. <img src="http://www.expresspharmacyonline.com/files/logo.png"> (on modules/ubercart/uc_order/templates/customer.itpl.php).
Inside its context:

      <table width="100%" border="0" cellspacing="0" cellpadding="5" align="center" bgcolor="#FFFFFF" style="font-family: verdana, arial, helvetica; font-size: small;">
        <?php if ($business_header) { ?>
        <tr valign="top">
          <td>
            <table width="100%" style="font-family: verdana, arial, helvetica; font-size: small;">
              <tr>
                <td>
                  <img src="http://www.expresspharmacyonline.com/files/logo.png">
                </td>
                <td width="98%">
                  <div style="padding-left: 1em;">
                  <span style="font-size: large;"></span><br/>

                  </div>
                </td>
                <td nowrap="nowrap">
                  [store-address]<br />[store-phone]

Hope that helps.

hedac's picture
Offline
Joined: 12/14/2007
Juice: 144
Re: Hi.

thanks that's nice solution, also to specify a different logo for the invoice than the site Smiling

make-online-shop's picture
Offline
Joined: 01/01/2011
Juice: 217
Any easy way now ?

Hello,

Is there anyway easy way to hide or change the logo in customers confirmation Emails now ?

Thanks.