Jump to content

Modification of Invoices and Email Templates


Recommended Posts

Hi All,

 

I am looking for someone to carry out some HTML modification work for me, While i do no basic HTML I just don't have the time to carry out the work,

 

I am looking for the invoices to be modified slightly, I want to add some static/fixed information. for example Bank account details, and business address.

 

The next thing i would like change is the email templates, I would like to have the logo included and some sort of boarder added to make it look better, we all no the standard email templates are pretty poor to look at.

 

Best contact would be on here first, then we could talk via email. I do have plenty of other HTML work i need carried out as well within a wordpress template, so we might be able to discusses that as well.

 

Regards,

Link to comment
Share on other sites

I've already done ours, so here's a big head start for you!

 

It's based on the same style used by the WHMCS company themselves. I have no idea why they don't simply include this with WHMCS by default, as it's much more professional than the very bland and unprofessional looking default templates.

 

email-template.jpg

 

 

In the WHMCS go to :

 

Setup -> General Settings -> Mail

 

 

**** Paste the following in "Global Email Signature" box ****

 

Regards,

 

Accounts Department

your company

your phone number

 

 

**** Paste the following in "Global Email CSS Styling" box ****

 

body { background-color: #ffffff; margin: 0; padding: 0; }

body,td { font-family: Tahoma; font-size: 12px; font-weight: normal; }

a { color: #203F77; }

 

 

**** Paste the following in "Global Email Header Content" box ****

 

<body bgcolor="#1A4D80">

<table width="100%" bgcolor="#1A4D80"><tr><td>

<br /><br />

<table width="650" align="center" cellspacing="10" cellpadding="15" bgcolor="#efefef">

<tr>

<td bgcolor="#ffffff">

<p><a href="http://www.yourwebsite.com" target="_blank"><img src="{$company_logo_url}" alt="{$company_name}" border="0" /></a><br />

<p>Hi {$client_first_name},</p>

 

 

**** Paste the following in "Global Email Footer Content" box ****

 

<br />

- Clients Area: <a href="http://www.yourwebsite.com/clients/">http://www.yourwebsite.com/clients/</a><br />

- Support: <a href="http://www.yourwebsite.com/support/">http://www.yourwebsite.com/support/</a></p><br />

</td></tr></table>

<br /><br />

</td></tr></table>

</body>

 

**** Then you just need to put the body (plain text) for each email template, and it will look great!

 

 

Nick Forde

Managing Director

Aussiecom Internet Consulting Pty Ltd

1300 300 350 (Australia)

Joomla Experts, SEO Experts, Web/Email hosting - Reseller/wholesale rates

Edited by nforde
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