2.Qoo10 Integration Extension Installation ↑ Back to Top
To install the extension,
- Log in the FTP, and then go to Magento 2 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 Qoo10 and Integrator inside the app/code/Ced/ directory.
- After successfully uploading the file, run the below command in cmd
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
php bin/magento cache:flush
×