| |||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#16)
|
| Operations Manager Posts: 7,373 Join Date: Jan 2006 Location: England, UK |
15-04-2009, 11:47 AM
Yes, it will be Quote:
-------------------------------------------------------------------
| |
| | |
(#17)
|
(#18)
|
| Senior Member Posts: 7,547 Join Date: Jun 2005 Location: Cumbria, UK |
15-04-2009, 08:09 PM
It exists for me...
Click here for Kayako Software Development My Addons: BlackBerry Ticket Client for Kayako - Windows Mobile Live Support Client for Kayako |
| | |
(#19)
|
| New Member Posts: 2 Join Date: Jun 2009 Location: Melbourne | Auto Promt cusomters to chat -
25-06-2009, 06:56 AM
Hello All, I am not sure if i am putting this in the correct section but.... I would love to see an auto promt to customers offering them a live chat based on what web page they are viewing. Currently in SupportSuite desktop app you can see who is logged onto your site, and what page they are looking at. What i think would be fantastic is you could automatically promt a customer to see if they would like to start a live chat window. For example if they are looking a a products page for 5 mins automatically do an proative chat to see if they would like to talk to a sales person about the products. Or if they have been reading a self help guide for 15 mins automatically do an proative chat to see if they would like to talk to a tech support person about the issue they are looking at. We currenlty do this by watching the SupportSuite desktop app and doing a proactive caht, but would be handy if it could be automated some how. Cheers Tony Brooks Day 3/ Clear Networks |
| | |
(#20)
|
(#21)
|
| Senior Member Posts: 5,247 Join Date: Aug 2006 Location: Mumbai, India |
10-08-2009, 07:54 PM
I would suggest you upgrade your helpdesk to the latest available build and check if the issue persists.
Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!! SupportSkins.com - http://www.supportskins.com/ |
| | |
(#22)
|
| New Member Posts: 22 Join Date: Aug 2003 |
11-08-2009, 07:39 PM
I installed the latest stable and have the exact same issue with it. I did get a little closer. Now the chat icons work fine on pages not in the /land/ directory. But for pages in the land directory the icon is only shown if no one is online. If I open the win app and get "online" the chat icon no longer shows on the pages in the land directory. The elapsedTime function seems identical on 3.30.02 and 3.60.4. But it is a little different than your example. I suspect that's where the problem is. This is what I have now: Code: var autoProactiveDisplayed = 0;
function elapsedTime_<?php echo $_variablesuffix; ?>()
{
if (timer_<?php echo $_variablesuffix; ?> < 3600)
{
timer_<?php echo $_variablesuffix; ?>++;
imagefetch_<?php echo $_variablesuffix; ?>++;
if (imagefetch_<?php echo $_variablesuffix; ?> > <?php echo $_SWIFT["settings"]["livesupport_clientpagerefresh"]; ?>) {
imagefetch_<?php echo $_variablesuffix; ?> = 0;
doStatusLoop_<?php echo $_variablesuffix; ?>();
<?
# added Mark Ingles 6/18/07
# automatically initiate chat after x minutes
# if staff is online and in user is in /land directory
# timer=76 is about 1 min, 130~2min
# also added var autoProactiveDisplayed = 0; about 10 lines up
# the referer stays at the original referrer because this script is cached 1/18/07
# added window.location to compensate
if($_staffstatus == STATUS_ONLINE AND strpos($_SERVER['HTTP_REFERER'], '/land/') !== FALSE) {
echo '// ' . $_SERVER['HTTP_REFERER'];
?>
if(timer > 20 && isChatRunning == 0 && autoProactiveDisplayed == 0 && window.location.toString().indexOf('/
autoProactiveDisplayed = 1;
if(ie) {
var proactivedivheight = (document.compatMode && document.compatMode != "BackCompat") ? doc
document.getElementById('proactivechatdiv').style.top = proactivedivheight;
}
displayProactiveChatData();
}
<? } ?>
}
setTimeout("elapsedTime_<?php echo $_variablesuffix; ?>();", 1000);
}
}
|
| | |
(#23)
|
| New Member Posts: 22 Join Date: Aug 2003 |
11-08-2009, 07:53 PM
That will be an option in V4 from what I have read. There is one solution that was posted but I have yet to get it working. You may have better luck: (SWIFTFOUR-219) Automatic, timer based proactive chat |
| | |
(#24)
|
(#25)
|
(#26)
|
| Operations Manager Posts: 7,373 Join Date: Jan 2006 Location: England, UK |
14-08-2009, 03:16 PM
Implemented -------------------------------------------------------------------
|
| | |
(#27)
|
| Operations Manager Posts: 7,373 Join Date: Jan 2006 Location: England, UK |
14-08-2009, 03:17 PM
Implemented in V4 V4 Update #2: Live chat automations, operator skills, logic and groups | Kayako Blog -------------------------------------------------------------------
|
| | |
(#28)
|
| Member Posts: 39 Join Date: Mar 2007 |
14-08-2009, 03:58 PM
Jamie, Is says it's time based. Is it in seconds or minutes? It also says, "Start an inline chat (chat window displayed in a floating layer in the current page)" In v3, to customize the chat box, not all of the code is in the template, some is in the php. Will it be entirely customizable in the template? I'd really like a chat stickyness, so for repeat chatters, they're first routed to the last staff that talked to them, then go round robin or whatever method is used. Also, with the round robin, I'd like a "blast group" or "notify all staff at once" of a chat. Thanks, Mark |
| | |
(#29)
|
| Operations Manager Posts: 7,373 Join Date: Jan 2006 Location: England, UK |
14-08-2009, 04:23 PM
Quote:
Quote:
Quote:
Quote:
-------------------------------------------------------------------
| ||||
| | |
(#30)
|
| Member Posts: 39 Join Date: Mar 2007 |
14-08-2009, 04:36 PM
Quote:
Maybe I've been doing it wrong all these years? -Mark | |
| | |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Live chat -> Automatic proactive chat | Triexa | Feature Requests | 5 | 19-03-2009 11:34 AM |