search_box

Extension Installation

To install the extension

  1. Log in the FTP, and then go to Magento 2 root folder (generally present under the public_html folder).
  2. 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/Etsy and app/code/Ced/Integrator
    • Add The SDK Lib in vendor Directory : <magento-root>/vendor/cedcommerce/etsy-php
    • Update composer.json File By Adding The code Written Below Under Autoload PSR-4 Section-
      Etsy\\”: “vendor/cedcommerce/etsy-php/src/Etsy/

       

  3.  After successfully uploading the contents into the directory and performing the above steps, run the following upgrade command in cmd
    composer dump
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy -f
    php bin/magento indexer:reindex
    php bin/magento cache:flush
    chmod -R 777 generated/
    chmod -R 777 pub/
    chmod -R 777 var/
Yes No Suggest edit
Suggest Edit