crisp-chat / chatbox-and-helpdesk
A module to add a chat widget on your website and show your customers carts and orders in your Crisp inbox.
Installs: 7 747
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Language:HTML
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0
- magento/framework: 103.0.*
- magento/module-config: 101.*
- magento/module-csp: 100.*
- magento/module-customer: 103.*
- magento/module-integration: 100.*
- magento/module-store: 101.*
README
A module to add Crisp to your store.
Installation
# Update your compose.json file composer require crisp-chat/chatbox-and-helpdesk:1.0.8 # Enable the Crisp module: bin/magento module:enable Crisp_Crisp # Register the extension and update the database schema & data bin/magento setup:upgrade # Generate the new code bin/magento setup:di:compile # Deploy static files bin/magento setup:static-content:deploy # Clean the cache bin/magento cache:clean
Troubleshooting
After installing the module, the integration is not being added to the database?
- Uninstall the plugin, then in your database delete
Crisp\Crisp\Setup\Patch\Data\DataInstall
from thepatch_list
integration. - Reinstall the integration.