Now you can setup a link anywhere on the store and trigger the Chat widget, so that when customer clicks on that link it will open up the Chat Widget you've setup.


You can use this window.openChatWidget() function to trigger and open chat widget.


Example:

<a href="#" onclick="window.openChatWidget()">Need help ? Chat with Us</a>