- Overview
- Newegg Integration Extension for Magento 2 store- Installation
- Retrieve API Credentials from Newegg
- Newegg Configuration Settings
- Manage Accounts
- Manage Newegg Profiles
- Newegg Product Listing
- Manage Newegg Orders
- Newegg Feeds
- Activity Logs
- Newegg Crons Details
- Inventory & Price Cron Scheduler
- Newegg Help And Support
2.Newegg Integration Extension for Magento 2 store- Installation ↑ Back to Top
To install the extension
- Log in the ftp, and then go to Magento 2 store root folder (generally present under the public_html folder).
- 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/Newegg directory.
- After successfully uploading the directory, the extension will be installed/upgraded.
- Now run the following upgrade command in cmd
php bin/magento setup:upgrade.
×