search_box

Installation of Catch Integration Extension

To install the extension

  1. Log in to the FTP, and then go to Magento 2 root folder (generally present under the public_html folder).
  2. Create a new folder named code under the app folder; under code folder, create a folder named Ced.
    • Upload or Drag and Drop app/code/Ced/Catch directory.
    • After successfully uploading the directory, the extension will be installed or upgraded.
    • For SDK mapping, add the below-mentioned line in the composer.json of Magento root :
      “CatchSdk\\”: “app/code/Ced/MPCatch/catch-sdk/src/”
    • Now run the  following upgrade command in cmd 

      Composer dump
      php bin/magento setup:upgrade
      php bin/magento setup:di:compile
      php bin/magento setup:static-content:deploy  -f
      php bin/magento indexer:reindex
      php bin/magento cache:flush
Yes No Suggest edit
Suggest Edit