Product Guide
APIsProductUpdatesPricingFAQs
  • Introduction to REVE Chat
  • Integrations
    • Website
    • Social Media Channels
      • WhatsApp
      • Instagram Messaging and Comment
      • Facebook Messenger and Comment
      • Viber
      • Telegram
    • Direct Chat Page
    • Mobile SDK
      • Native Android SDK
      • Native iOS SDK
      • Flutter Android SDK
      • Flutter iOS SDK
      • React Native iOS SDK
      • React Native Android SDK
    • Email Integration
      • Forward emails to your REVE Chat tickets
      • Integrate Your Business Email
        • Connecting Gmail with POP/IMAP Settings
    • All Integrations
      • CRM Integrations
        • Pipedrive
        • Salesforce
        • HubSpot
        • MS Dynamics
        • Amo CRM
        • Agile CRM
        • Vtiger
        • Capsule
        • Infusionsoft (by Keap)
      • CMS Integration
        • WordPress
        • DotNet Nuke
        • Blogger
        • Joomla
        • Drupal
        • ModX
      • E-commerce
        • Shopify
        • Bigcommerce
        • WooCommerce
        • Prestashop
        • 3dCart
        • Pinnacle Cart
        • Corecommerce
        • BigCartel
        • ECWID
        • LemonStand
        • Ebay
        • Volusion
        • Americommerce
        • osCommerce
        • Magento
          • By Manual Code Injection
        • Zencart
        • XCart
        • OpenCart (V4.0.x)
          • OpenCart (Old Version Integration)
        • CSCart
        • Abantecart
      • Website Builder
        • Wix
      • Hosting Platform
        • Plesk
        • WHMCS
      • Analytics
        • Google Tag Manager
        • Google Analytics
    • Google Integration
      • YouTube Integration
      • Google Play Store
      • Google Business Account
  • Appstore
  • Inbox
    • Breaking Down of Single Inbox
    • Folders of Single Inbox
    • How Conversation Works!
    • Chat Monitoring for All Ongoing Agents' Chat
    • Chat History for All Closed Conversations
    • Proactive Chat Management
    • Voice & Video Call
    • Co-Browsing
    • How to use Shortcuts
    • Inbox Appearance
  • Contacts
    • Manage Your Contacts
    • Segments
  • WhatsApp Campaign
    • What is WhatsApp Campaign?
      • Broadcast: Send Campaigns
      • Templates: Create Campaign
  • Tickets
    • Set up your Ticketing email
    • Create Ticket
      • Create a ticket manually
      • Ticket from Chat History
      • Automated & Bulk Ticket Creation
    • Knowing your Ticketing tables
      • Custom Ticketing Tables
    • Managing a Ticket
  • Chatbot
    • Bot Builder
      • Response Elements
        • Text Action
        • Quick Reply Action
        • Carousel Action
        • Button Action
        • Send Email
      • Data Collection
        • Ask Name
        • Ask Phone
        • Ask Email
        • Ask Question
        • Ask OTP
        • Ask File
        • Ask Date
        • Ask Time
        • Forms
        • Ask Number
      • Media
        • Image Action
        • Audio Action
        • Video Action
        • File Action
      • Workflow Action
        • Condition Action
        • Chat Transfer Action
        • Close Chat
        • Appointment Action
        • Attribute Action
        • Business Hour
        • System Attributes
      • Advanced Action
        • Salesforce Bot Action Manual
        • API Connector
        • Goal
        • Dynamic Data
    • Brain AI
      • ChatGPT Integration
    • Settings
      • Bot Profile
      • General Settings
      • Webhook
    • Training
      • Intent Sample
      • Sentiment
      • Synonyms
      • FAQ
      • Untrained
      • Trained
      • Bulk Training
    • Multilingual Bot
  • Reports
    • Summary
    • Chat Satisfaction
    • Chatbot Report
      • Bot Engagement
      • Flow Engagement
      • Goal Analysis
    • Agent Analytics
      • Agent Activity
      • Agent Performance
      • Metrics
      • SLA Breach Analysis
    • Ticket Analytics
      • Dashboard
      • Metrics
    • Visitor Analytics
    • Enterprise Report
      • Daily Agent Performance
      • Hourly Agent Performance
      • Daily Group Performance
      • Traffic Analysis Report
      • First Response Time
  • User Profile
    • Billing
    • Help & Feedback
  • Settings
    • General Settings
      • Auto Triggers
      • Forms
        • Pre Chat Form
        • Post Chat Form
        • Custom Forms
          • Advanced Forms
        • Ticket Forms
      • Canned Responses
      • Custom Attributes
      • Call Recording
      • Tags
      • Appointment
      • Departments
      • Chat Transcript Forwarding
      • Ban Visitor
      • Trusted IP & Domain
      • Business Hour
    • Chat Widgets
      • Appearance
      • Custom Message
      • Widget Features
      • Forms
      • Code Snippet & Quick Share
    • Ticketing
      • Email Templates
      • Status Management
    • Agent Management
      • Agents
      • Departments
      • Role Management
    • API Settings
      • Json Parse Format
    • Scripts
    • SLA Policy
    • Routing Policy in REVE Chat
      • Chat Routing
      • Advanced Routing
    • Other Settings
Powered by GitBook
On this page
  • Install REVE chat plugin
  • Step 1: Enable maintenance mode
  • Step 2: Install the extension
  • Step 3: Verify the extension has been installed
  • Step 4: Enable the Extension
  • Step 5: Register the extension
  • Step 6: Verify uninstallation
  • Step 7: Disable maintenance mode
  • Step 8: Configuring newly installed extension
  • Uninstall REVE chat plugin
  • Step 1: Enable maintenance mode
  • Step 2: Uninstall the extension
  • Step 3: Verify uninstallation
  • Step 4: Disable maintenance mode

Was this helpful?

  1. Integrations
  2. All Integrations
  3. E-commerce
  4. Magento

By Manual Code Injection

PreviousMagentoNextZencart

Last updated 7 months ago

Was this helpful?

Install REVE chat plugin

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. e for a step by step guide.

Step 1: Enable maintenance mode

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:

php bin/magento maintenance:enable

Step 2: Install the extension

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

cd /magento-root/app/
mkdir code

Unzip the Revechat.zip using the following command.

unzip Revechat.zip

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

cd /magento-root/app/
find code -type f -exec chmod 644 {} \;
find code -type d -exec chmod 755 {} \;

Step 3: Verify the extension has been installed

Run the following command magento root directory to verify the extension has been successfully installed:

php bin/magento module:status Revechat_Widget

By default, the extension can be disabled:

Module is disabled

Step 4: Enable the Extension

php bin/magento module:enable Revechat_Widget --clear-static-content

Step 5: Register the extension

Finally to register the extension and complete the installation, you must run the following commands in your command line:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

You can now clean the cache by running the following commands:

php bin/magento cache:clean
php bin/magento cache:flush

Fix File permissions of var folder-

find var -type f -exec chmod 777 {} \; 
find var -type d -exec chmod 777 {} \;
php bin/magento cache:flush

Step 6: Verify uninstallation

Verify the uninstallation has been successfully completed by running the following command:

bin/magento module:status Revechat_Widget

Step 7: Disable maintenance mode

Next, disable maintenance mode by running the following command:

bin/magento maintenance:disable

Step 8: Configuring newly installed extension

  1. Login to magento admin panel

  2. Click ‘Reve chat’ menu from left sidebar, and then click ‘Account setup’

  3. 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.

  4. Next, we have to provide integration access token to enable the shopping cart feature. Follow steps 9-19 to create your access token.

  5. Click ‘System’, then ‘Integration’

  6. Click ‘Add New Integration’

  7. Give integration name

  8. Click on ‘API’ and Select Resource Access ‘All’

  9. Then click ‘Save and Activate’ from the dropdown

  10. Click ‘Allow’

  11. Click on ‘Done’

  12. Integration is created.

  13. Next, to get your access token click ‘edit icon’

  14. Copy ‘Access Token’

  15. 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.

  16. 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.

Uninstall REVE chat plugin

Step 1: Enable maintenance mode

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:

php bin/magento maintenance:enable

Step 2: Uninstall the extension

Next, disable the extension and clear previously generate static view files by running the following command:

php bin/magento module:disable Revechat_Widget --clear-static-content

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:

composer remove Revechat_Widget
php bin/magento setup:upgrade
php bin/magento setup:di:compile

If you manually installed the plugin in magento_root/app/code directory then you have to follow below commands

rm -rf magento_root/app/code/Revechat
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Clear your Magento cache by running the following command:

bin/magento cache:flush

Step 3: Verify uninstallation

Verify the uninstallation has been successfully completed by running the following command:

bin/magento module:status Revechat_Widget

Step 4: Disable maintenance mode

Next, disable maintenance mode by running the following command:

bin/magento maintenance:disable

Fix File permissions of var folder.

find var -type f -exec chmod 777 {} \; 
find var -type d -exec chmod 777 {} \;
php bin/magento cache:flush

Finally, open a web browser and verify that your website and admin panel are working as expected.

Click her
282KB
Megento_Revechat_9302024.zip
archive