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

1.0.8 2025-02-21 09:32 UTC

This package is auto-updated.

Last update: 2025-04-21 09:48:26 UTC


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 the patch_list integration.
  • Reinstall the integration.