Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
pulpfriction Offline
New Member
 
Posts: 16
Join Date: Mar 2007
How do we edit email templates - 28-03-2007, 10:48 PM

Hi all, we need to edit the email that goes out to customers when they create a new suport ticket. We don't allow customers to regieter or login, so in particular we need to remove the URL to view and update tickets, along with the username and password.

How do we go out finding and editing the templates for this email?

Any help appreciated.

Thanks
W
   
Reply With Quote
  (#2) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,411
Join Date: Jan 2006
Location: United Kingdom
28-03-2007, 11:06 PM

Hi there,

You can edit the templates used for e-mails via the administrator control panel. You will find the templates under Templates -> Default -> Tickets. They will normally be prefixed with email_

Thanks,


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#3) Old
pulpfriction Offline
New Member
 
Posts: 16
Join Date: Mar 2007
28-03-2007, 11:39 PM

Quote:
Originally Posted by Jamie Edwards View Post
Hi there,

You can edit the templates used for e-mails via the administrator control panel. You will find the templates under Templates -> Default -> Tickets. They will normally be prefixed with email_

Thanks,
Thanks. Everytime I touch the code the email falls over (all content goes missing). Are there some golden rules on what to touch and not touch as far as the code goes...or is this documented anywhere?

Thanks again
   
Reply With Quote
  (#4) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,411
Join Date: Jan 2006
Location: United Kingdom
29-03-2007, 01:41 AM

In the email_autoresponder template, find and delete:

Code:
<{$language[arsubfooter]}><a href="<{$swiftpath}>index.php?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}>"><{$swiftpath}></a><BR><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>
Code:
<{$language[arsubfooter]}><{$swiftpath}>index.php?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>
And this should remove the links from the HTML and plain text version of the autoresponder e-mail

Thanks,


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#5) Old
pulpfriction Offline
New Member
 
Posts: 16
Join Date: Mar 2007
29-03-2007, 05:16 AM

Thanks, we did exactly that and our emails arrive blank. I'll wait for support to get onto it as we've spent most the day on this already
   
Reply With Quote
  (#6) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,821
Join Date: Aug 2006
Location: Mumbai, India
29-03-2007, 07:56 AM

I do not believe Kayako supports template customization. Email templates consists of 2 parts HTML and Text with various if else statements in it. Make sure you do not break any of these if else statements which will result in blank pages or emails not being dispatched. HTH



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply

Tags
edit, templates

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46