Adding images to the footer of an invoice

Hey
Please can support tell me how we can add 4 jpeg images to our quotes and invoices.
We have had them previously however due to work we do we need to get them back on them as quickly as possible.

The images we use are normally in the footer (bottom of the page) to show what association or members we are part of.

Thanks.

You can give link to your images under Account settings>Invoice customisation>footer region>Appended Text

that box you can mention source link to your hosted images , some thing like this
< img src=“http://www.your source path here.jpg” >

That not any good to us as images have to be shown. Appoligies

We might have to look for another accpu fancy and invoicing software if this can’t be provided sorry.

Hello @Event_Medical

What @FaradayKeynes explained above is correct and will show the images. You will need to upload your images somewhere first such as your own web hosting, but once you’ve done this, the above code should work.

For example, you could upload footer-image.jpg to the hosting of example.com. In this case, you should be able to then do this:

<img src="http://www.example.com/footer-image.jpg">

It may need a bit of tweaking (e.g. size), but this is essentially what you would need. If you want to give this a go yourself and then perhaps send us a private message (click my name and then “Message”) with your account number, we can certainly take a look for you to try and adjust it for you.

Alternatively, if you do a search on the forums, I believe there are a number of examples available from other users too.

I hope that helps.

Or if you don’t have your own web hosting then you can actually put them in the “document manager” on QuickFile and use the resulting S3 urls (right click on the file name link in the doc manager list and “copy link location”)

This topic was automatically closed after 7 days. New replies are no longer allowed.