Installation of BestBuy Integration Extension

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.
    • Related Articles

    • BestBuy Configuration

      Once the extension is successfully installed in the Magento 2 store, the BESTBUY INTEGRATION menu appears on the left navigation bar of the Magento 2 Admin panel. To set-up the configuration settings in the Magento 2 Admin panel Go to the Magento 2 ...
    • BestBuy Feeds

      After uploading the product on BestBuy or after updating the product inventory or the product price, the user can check the status of the feed and sync the selected feeds from the BestBuy Feeds page. To View and Manage the Product Feeds Go to the ...
    • View BestBuy Attributes Details

      To view BestBuy Attributes Details Go to the Magento 2 Admin panel. On the left navigation bar, click the BESTBUY INTEGRATION menu. A menu appears as shown in the following figure: Click Attributes. The BestBuy Attributes page appears as shown in the ...
    • View BestBuy Category Details

      To view BestBuy Category Details, Go to the Magento 2 Admin panel. On the left navigation bar, click the BESTBUY INTEGRATION menu. A menu appears as shown in the following figure: Click Categories. The BestBuy Category page appears as shown in the ...
    • BestBuy Cron Details

      To view BestBuy Cron Details, Go to the Magento 2 Admin panel. On the left navigation bar, click the BESTBUY INTEGRATION menu. A menu appears as shown in the following figure: Click Cron Logs. The BestBuy Cron page appears as shown in the following ...