Using Composer:
- You will need to have an active PureChat account to setup the plugin.
- Go to your Magento 2 root folder
- Type the follosing command to install the plugin
composer require sozodesign/magento2-purechat
- Enable the module
php -f bin/magento module:enable --clear-static-content Sozo_PureChat
- Database updates
php -f bin/magento setup:upgrade
- Configure the module in the Magento 2 Admin. Go to Stores -> Configuration -> SOZO Extensions -> PureChat
Cloning from GitHub
- You will need to have an active PureChat account to setup the plugin.
- Go to your Magento 2 root folder
- Type
git clone [email protected]:clivewalkden/Magento2_PureChat.git vendor/sozodesign/magento2-purechat
- Enable the module
php -f bin/magento module:enable --clear-static-content Sozo_PureChat
- Database updates
php -f bin/magento setup:upgrade
- Configure the module in the Magento 2 Admin. Go to Stores -> Configuration -> SOZO Extensions -> PureChat