- Overview
- Lazada Integration for Magento 2 Extension Installation
- Lazada Configuration Settings
- Manage Apps
- View Lazada Category Details
- View Lazada Category Attributes Details
- Manage Lazada Profiles
- Lazada Product Listing
- Lazada Feeds
- Manage Lazada Orders
- View Failed Lazada Orders
- Lazada Cron Details
- Knowledge base
- Help and Support
2.Lazada Integration for Magento 2 Extension Installation ↑ Back to Top
To install the Lazada Integration and LazadaAuth Extension Manually-
- Create a new folder named code under the app folder; under the code folder, create a folder named Ced.
- Extract the Ced.zip on your system and then Upload or Drag and Drop app/code/Ced/Lazada , app/code/Ced/LazadaAuth , and app/code/Ced/Integrator
- After successfully uploading the directory, the extension will be installed/upgraded.
- Upload composer.jason file by adding the code written below:
“Lazada\\Sdk\\”: “app/code/Ced/Lazada/lazada-sdk/src/” - Now run the following upgrade command in cmd
composer dump
php bin/magento setup:upgrade
php bin/magento setup:di:compile - After upgrade deploy static content:
php bin/magento setup:static-content:deploy-f
php bin/magento indexer:reindex
php bin/magento cache:flush
- Once the extension is installed it appears in the main menu of the Magento panel just like this –
×