Installation Guide - Extension Installation Guide for Magento 2

Installation Guide - ChatGPT AI Extension for Magento 2

Installation Steps

Installation Steps

Download the Latest Version

  • Login into your account
  • Go to My Account > MY DOWNLOADABLE PRODUCTS
  • Download extension's latest version

Pre-Installation Steps

  • Backup your Magento web directory and database.
  • Disable the Cache
  • Deploy Mode should be Developer
    • Check Deploy Mode: from SSH, run below command in Magento2 root directory
      php bin/magento deploy:mode:show
    • Set Developer Mode: from SSH, run below command in Magento2 root directory
      php bin/magento deploy:mode:set developer

Upload Extension

  • Extract downloaded zip file
  • Go to your Magento root directory 
  • Go to extension extracted folder

Select extension's all files and folders and upload into your Magento root directory

Install extension

  • Upgrade your Magento: from SSH, run below command in Magento2 root directory
    php bin/magento setup:upgrade
  • Deployement of static content: run below command in Magento2 root directory
    php bin/magento setup:static-content:deploy

Refresh the Cache

  • Go to System > Cache Management 
  • Select all and refresh the cache

Disable/Uninstall

Live Demo

Contact Us