Thumbnail Images
Thumbnails can be added to emails, documents and production views.
Add this to styling
.order-item-thumbnail { width: 100px; min-height: 0px; }
This just goes in the item loop like name or description
{{{Thumbnail}}}
Signatures With Avatar
Receiver can be replaced with SalesRep, CSR, GraphicArtist or Sender
<div> <table style="color:rgb(0,0,0);font-family: 'Times New Roman', Times, serif;font-size:medium;margin-left:0px;padding-left:0px"> <tbody> <tr style="margin-left:0px;padding-left:0px"> <td style="padding-left:0px"> <div style="padding-right:10px">{{{Receiver.Avatar.Small}}}</div> </td> <td style="padding-left:0px;font-family:Verdana,sans-serif;font-size:12px;line-height:15px;padding-right:10px"> <p><strong>{{Receiver.Name}}</strong> {{Receiver.PhoneNumber}} {{Receiver.EmailAddress}}</p> </td> <td> <div style="border-left:1px solid rgb(153,153,153);padding-left:10px;height:90px"> <div style="clear:both;height:5px"> {{{@root.SiteOwner.Avatar.Small}}} </div> </div> </td> </tr> </tbody> </table> </div>