search_box

Installation

To manually install the extension,

  1. Log in the SFTP, and then go to Magento 2  root folder (generally present under the public_html folder).
  2. Create a new folder named code (if not exists) under the app folder.
    1. Extract the Ced.zip on your system and then Drag and Drop app/code/Ced/Walmart and app/code/Ced/Integrator directory inside <magento-root>/app/code/Ced*.
    2. To install Walmart SDK
      1. You have to download the SDK Zip file from the Cedcommerce account.
      2. Now upload the zip inside the vendor folder on Magento root and then unzip it
        • <magento-root>/vendor/cedcommerce/walmart-sdk/*
    3. Update composer.json file by adding the code written below and as shown in the image:
      “Walmart\\”: “vendor/cedcommerce/walmart-sdk/src/Walmart”

    4. Now run the  following upgrade command in cmd
      1.  composer dump
      2.  php bin/magento setup:upgrade
      3. php bin/magento setup:di:complie
      4. php bin/magento setup:static-content:deploy
      5. php bin/magento indexer:reindex
      6. php bin/magento cache:flush
    5. After successfully uploading the directory, the extension will be installed/upgraded.
      You may also refer to the video in the link to install the extension.
Yes No Suggest edit
Suggest Edit