Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Not really a support request, as I have solved, and wanted to share the answer in case anyone else was experiencing this.
We work with LiveChat, and have a very extensive canned message system that allows our agents to very quickly select from a large list of canned messages
We found that when agents were taking chats, the Canned message drop box was limited to 50, so agents were unable to choose from the full list (we have around 500 canned messages for different support scenarios)
I made the following change:
/lib/models/lhchat/erlhcoreclassmodelcannedmsg.php
Line 171
$q->limit(50, 0);
changed to
$q->limit(5000, 0);
Offline
Hi,
Thanks for report, will be changed in default version in day or two.
Offline
Pages: 1