- Overview
- Installation of BestBuy Integration Extension
- Retrieve API Credentials from the BestBuy Seller Account
- BestBuy Configuration
- Manage BestBuy Profiles
- BestBuy Product Listing
- Manage BestBuy Orders
- BestBuy Feeds
- BestBuy Cron Details
- View BestBuy Category Details
- View BestBuy Attributes Details
- BestBuy Help and Support
2.Installation of BestBuy Integration Extension ↑ Back to Top
To install the extension,
- Log in the SFTP, and then go to Magento 2 root folder (generally present under the public_html folder).
- Create a new folder named code (if not exists) under the app folder.
- Extract the BestBuy.zip on your system and then Drag and Drop app/code/Ced/BestBuy
- Update composer.json file by adding the code written below and as shown in the image:
“BestBuySdk\\”:”app/code/Ced/BestBuy/bestbuy-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 - After successfully uploading the directory, the extension will be installed/upgraded.
×