Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
First of all, congratulations for this cool work!
Now, my questions...
I have a site that has customers and commerces.
Any logged user should be able to chat to any commerce.
Is it possible to allow ONLY logged in users to start chat with commerces, and that the commerce knows who the user is? (for example the user id from DB).
For commerces, should I use the concept of roles and departments?
For instance, a commerce only should see his chats...
Could I add automatically a user/department when a commerces gets registered in the site (using custom SQL if needed).
Thats all for now.
Thanks and keep the good work!
Offline
Hi,
1. For first you can either avoid generating embed code at all for users or you can use. This extension https://github.com/LiveHelperChat/liveh … verifyuser
2. You can generate dynamically javascript code based on logged user data http://livehelperchat.com/pre-filling-f … -140a.html . Also if you want you can use verifyuser extension also and fetch some secret data to avoid genreating everything in prefill form.
3. Yes, you can use standard operators roles and just use departments for different operators.
4. This you will achieve by assigning operators to departments.
5. You can try, but pehaps more simple to user automated hosting plugin. https://github.com/LiveHelperChat/automated-hosting
Offline
***, you are the man...
Thanks a lot!
Offline