Chatra allows you to chat with your visitors, view the list of visitors who are currently online on your website and start a conversation manually or via configurable automatic targeted messages.
Chatra Bot collects contact information when you are offline or unavailable to chat, so that you can get back to customers even if they left your site.
To add the chat widget to your website, sign up with Chatra:
Free one-click registration.
If you already have an account, follow these simple steps:
Content
→ Design
→ Configuration
.
Edit
in the Action column
.
HTML Head
paste the widget code into the Scripts and Style Sheets
field and press the Save configuration
button.
System
→ Cache management
, select ALL checkboxes and press the Refresh/Submit
button.
composer require chatra/plugin-magento
. After it is installed, verify that in the vendor folder you see a chatra folder.
php bin/magento module:enable Chatra_Livechat
at Magento project root folder. This will let Magento know about the module.
php bin/magento setup:upgrade
at Magento project root folder. This will update the database schema.
php bin/magento setup:di:compile
php bin/magento cache:clean
Stores
→ Configuration
→ Chatra Live Chat
.
Chatra Code
field and press the Save configuration
button.
app/code/Chatra/Livechat
.
app/code/Chatra/Livechat
.
php bin/magento module:enable Chatra_Livechat
at Magento project root folder. This will let Magento know about the module.
php bin/magento setup:upgrade
at Magento project root folder. This will update the database schema.
php bin/magento setup:di:compile
php bin/magento cache:clean
Stores
→ Configuration
→ Chatra Live Chat
.
Chatra Code
field and press the Save configuration
button.
System
→ Configuration
→ Design
→ HTML head
.
Miscellaneous Scripts
field.
Miscellaneous Scripts
field and press the Save config
button.
System
→ Cache management
, select ALL checkboxes and press the Refresh/Submit
button.