How to Install OTTO Extension

How to Install OTTO Extension

To install the extension
  1. Log in to 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 the code folder, create a folder named Ced.
    • Upload and extract the Otto Integration extension file inside the app/code/Ced directory.
    • Map the SDK with the Magento root composer.json file.
    • Add the below line under 'files' "app/code/Ced/Otto/Lib/otto/autoload.php"
    • Add the below line under autoload-dev -> PS4 "Otto\\": "app/code/Ced/Otto/Lib/otto/src/Otto"
    • Now 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:clean
      • php bin/magento cache:flush

    • Related Articles

    • OTTO Brands

      To view Otto brands in Otto Integration: Go to the Magento 2 Admin panel. On the left navigation bar, go the Otto Integration menu. The menu appears as shown in the figure: Click on Brands option under Otto Brands. The Otto Brands page appears as ...
    • Overview - Article

      OTTO is Germany's second-biggest online marketplace selling fashion and lifestyle products in over 30 countries. The total revenue of the OTTO marketplace was more than 14.26 billion Euros in the fiscal year 2019-20. OTTO Integration for Magento 2 is ...
    • Configuration Settings

      To configure the extension, Go to the Magento 2 Admin panel. On the left navigation bar, click the OTTO Integration menu. The menu appears as shown in the following figure: Click on Configuration. The Configuration page appears as shown below: In the ...
    • Account Settings

      To manage the accounts in the extension, Go to the Magento 2 Admin panel. On the left navigation bar, click the OTTO Integration menu. The menu appears as shown in the following figure: Click on Accounts. The Manage Account page appears as shown ...
    • Activity Logs

      To view activity details, Go to the Magento 2 Admin panel. On the left navigation bar, click the OTTO Integration menu. The menu appears as shown in the following figure: Click on Activity Log. The Otto Log Grid page appears as shown in the following ...