crisp-chat/chatbox-and-helpdesk

一个模块,用于在您的网站上添加聊天小部件,并在您的Crisp收件箱中显示客户的购物车和订单。

安装数: 4,599

依赖项: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

1.0.5 2024-06-05 15:08 UTC

This package is auto-updated.

Last update: 2024-09-05 15:41:10 UTC


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
  • 重新安装集成。