Forums/Táve 2/Tips & Tricks by the Community

Add Your Logo To Printed and Electronic Contracts

Simone Wittenberg
posted this on September 05, 2010 06:45 pm

In the old forum there was a question on how to add your logo to printed and electronic contracts.  After some playing with it today I have found a simple solution. You will need to know some basic HTML and CSS if you want to customize this further.

Below is the code I used to create the stylized sample contract in the image.

<p style="text-align: center;">

  <img  src="http://linktomywebsite.com/folderwhereimageis/imagename.jpg">

 </p>

 <div style="border: 1px solid #cccccc; padding: 20px 15px; background-color: #efefef;">

  <strong>Date Reserved For Photography Services:</strong> {{CurrentJob.when}}

  <br>

  <br>

  <strong>Wedding Photography Fee:&nbsp;</strong>&nbsp; ${{CurrentJob.total}} (this includes all applicable taxes)

  <br>

  <strong><br>

  Retainer Fee:</strong>&nbsp;&nbsp; $1,000.00

  <br>

 

Comments

User photo
Adrian Ziemkowski
Beta Testers

If your website has an SSL certificate, use https:// to link to the image or else IE visitors may get a warning about the site being insecure (which isn't a message you want your clients getting).

If you don't, the best bet is to upload it as part of a Brand and then copy & paste the URL for the thumbnail preview, changing "Version=Thumbnail" (or whatever version it's showing there, I don't recall) and change it to "Version=Original".

September 05, 2010 06:55 pm.
User photo
Simone Wittenberg
T3 Users

Thanks Adrian, you actually don't need to change any the "Version=Thumbnail" if you use your uploaded logo that can be found in Settings > Studio Settings.

 

See attached image for a sample.

September 05, 2010 08:10 pm.
User photo
Samantha Gale

I've been trying to do this for the past few hours and the html editor seems to be broken.

Each time I save it the code is modified and it won't let me save it correctly. Has anyone else had this working successfully?

November 07, 2010 04:56 am.