search_box

Installation of BestBuy Integration Extension

To install the extension,

  1. Log in the SFTP, and then go to Magento 2  root folder (generally present under the public_html folder).
  2. Create a new folder named code (if not exists) under the app folder.
    1. Extract the BestBuy.zip on your system and then Drag and Drop app/code/Ced/BestBuy
    2. Update composer.json file by adding the code written below and as shown in the image:
      “BestBuySdk\\”:”app/code/Ced/BestBuy/bestbuy-sdk/src” 
    3. 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
    4. After successfully uploading the directory, the extension will be installed/upgraded.
Yes No Suggest edit
Suggest Edit