By Manual Code Injection
Last updated
Last updated
Magento version compatibility with revechat plugin:
● REVE Chat extension supports magento version 2.3.x - 2.4.x.
● Tested up to magento version 2.4.7.
● Stable reve chat plugin version: v2.4.7
An important note is that if any user has integrated to a previous version, they need to uninstall to proceed. Click here for a step by step guide.
Start by enabling maintenance mode to restrict access to your website’s frontend by running the following command as the Magento file system owner inside the root directory of your Magento installation:
Upload Revechat.zip file in /magento-root/app/code/ directory. If you do not have any code directory under the app folder, you have to create it using below command
Unzip the Revechat.zip using the following command.
After unzip revechat plugin will be available at- /magento-root/app/code/Revechat/Widget
We have to fix file folder permission for code directory using the below commands
Run the following command magento root directory to verify the extension has been successfully installed:
By default, the extension can be disabled:
Finally to register the extension and complete the installation, you must run the following commands in your command line:
You can now clean the cache by running the following commands:
Fix File permissions of var folder-
Verify the uninstallation has been successfully completed by running the following command:
Next, disable maintenance mode by running the following command:
Login to magento admin panel
Click ‘Reve chat’ menu from left sidebar, and then click ‘Account setup’
If you already have a REVE Chat account, please choose “Yes, I already have a REVE Chat account” and provide your email address. Otherwise, you can also choose “No, I want to create one” to create a new account. Click on the ‘Save Changes’ button.
Next, we have to provide integration access token to enable the shopping cart feature. Follow steps 9-19 to create your access token.
Click ‘System’, then ‘Integration’
Click ‘Add New Integration’
Give integration name
Click on ‘API’ and Select Resource Access ‘All’
Then click ‘Save and Activate’ from the dropdown
Click ‘Allow’
Click on ‘Done’
Integration is created.
Next, to get your access token click ‘edit icon’
Copy ‘Access Token’
Next, allow Oauth access tokens to be used as standalone bearer tokens. Got to Stores > Configuration > Services > OAuth > Consumer Settings > Allow OAuth Access Tokens to be used as standalone Bearer tokens option to Yes and save config.
Finally, Go to the REVE Chat plugin ‘Account Setup’ page again. And fill out the integration access token form. Then click ‘Save’, And that’s it! REVE Chat is successfully integrated with your magento shop.
Start by enabling maintenance mode to restrict access to your website’s frontend by running the following command as the Magento file system owner inside the root directory of your Magento installation:
Next, disable the extension and clear previously generate static view files by running the following command:
If you have installed the plugin using composer then you have to remove it using composer.
run the following commands to uninstall the extension using Composer and update dependencies:
If you manually installed the plugin in magento_root/app/code directory then you have to follow below commands
Clear your Magento cache by running the following command:
Verify the uninstallation has been successfully completed by running the following command:
Next, disable maintenance mode by running the following command:
Fix File permissions of var folder.
Finally, open a web browser and verify that your website and admin panel are working as expected.