crisp-chat / chatbox-and-helpdesk
一个模块,用于在您的网站上添加聊天小部件,并在您的Crisp收件箱中显示客户的购物车和订单。
1.0.5
2024-06-05 15:08 UTC
Requires
- php: ~7.3.0||~7.4.0||~8.1.0||~8.2.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
一个模块,用于将Crisp添加到您的商店。
安装
# Update your compose.json file composer require crisp-chat/chatbox-and-helpdesk:1.0.5 # 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
故障排除
安装模块后,集成没有添加到数据库中?
- 卸载插件,然后在您的数据库中从
patch_list集成中删除Crisp\Crisp\Setup\Patch\Data\DataInstall。 - 重新安装集成。