Enable and disable chat for Typo3 extension Supportchat
- Backend
- Displays button to switch on/off chat
- Frontend
- Returns JSON by AJAX route
supportchatswitch_status
with state:true/false - Please note! All following logical steps have to be integrated separately at Typo3 frontend.
- Returns JSON by AJAX route
- Typo3 > 8.7 < 9.5.99
- Supportchat > 2.6
Best practise is installing the extension by using Composer. In your Composer based TYPO3 project root, just do composer require ubleipzig/tx-supportchat-switch
.
Download and install the extension with the extension manager module.