thedevhub/messenger-widget

Messenger Widget by DevHub

dev-main 2023-05-05 13:15 UTC

This package is auto-updated.

Last update: 2025-05-05 17:49:38 UTC


README

This extension allows customers to always in touch with you. Provide them with proper and convenient communication in channel that they are used to chat.

Features

  • Grow sales with orders made via chat.
  • Provide an easy way for your customers to reach you.
  • Reduce abandoned carts with timely provided consultancy.
  • Cut expenses on custom chat solutions

Installation

  1. Please run the following command
composer require thedevhub/messenger-widget
  1. Update the composer if required
composer update
  1. Enable module
php bin/magento module:enable DevHub_MessengerWidget
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento cache:flush
  1. If your website is running on the production mode then you need to run the following command
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile