search_box

Lazada Integration for Magento 2 Extension Installation

To install the Lazada Integration and LazadaAuth Extension Manually-

  1. 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
  2. Once the extension is installed it appears in the main menu of the Magento panel just like this –
Yes No Suggest edit
Suggest Edit