Kayako logo
Presales Questions Interested in Kayako products or have a question to ask existing users? Post in here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
fiedler Offline
New Member
 
Posts: 20
Join Date: Aug 2006
If I need to mail a customer an item - 23-08-2006, 09:47 PM

I have added custom fields for the user's address.
Suppose a registered customer submits a ticket and the response requires me to mail him something (a manual, hardware, an invoice, etc). How can I print out the request along with the customers address so I can give it to my shipping department?
   
Reply With Quote
  (#2) Old
eiden Offline
Member
 
Posts: 237
Join Date: Apr 2006
Location: Norway
24-08-2006, 06:50 AM

This requires some PHP coding.

This is how I would do it:

Create a own PHP page that first does a database lookup (to get the data from the custom fields and the ticket history), and prints out the HTML.

staff_viewticket.php
I would add a link that opens the PHP page that gets the data from the DB. The link would be something like: CustomPrint.php?ticketid=[ticketid]

You need to pass on the ticketid to look it up in the DB. If you have done just a bit of PHP before, this shouldn't be so hard.

Good luck !
   
Reply With Quote
  (#3) Old
fiedler Offline
New Member
 
Posts: 20
Join Date: Aug 2006
25-08-2006, 01:52 PM

I could probably modify the "billing" tab and turn it into a 'shipping' tab. We wouldn't use Kayako for billing anyway. It would still probably require custom programming to get the appropriate information from the database.

Another way I found: I created a custom field group with customer ship to. I got those fields to show up in the ticket under the "general' tab.

Unfortunately there is no print icon to allow printing of the original ticket info with my custom fields, only printing of the responses. I don't know why this is not allowed.

Last edited by fiedler; 25-08-2006 at 02:13 PM.
   
Reply With Quote
  (#4) Old
Intrepid_Soul Offline
Member
 
Posts: 50
Join Date: Aug 2006
31-08-2006, 11:33 AM

This is how I plan to do it. I am going to have 2 statuses "Open (Pending Customer Return)" "Closed (Product Shipped)" with a possible "Closed (No Merchandise recieved)" that would be tied to a SLA that would close it if it hadn't been touched in 30 days. Ofcourse you were talking about printing up a ticket. That does give me more ideas now.
   
Reply With Quote
Reply

Tags
customer, item

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