Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Table of Contents

Table of Contents
outlinetrue
stylenone


Tip
titleConnector Installation ServiseService
Do you know that you can order professional connector installation by our support team? Just place an order of Connector Installation service!

Composer Installation 

Please follow installation instructions at https://github.com/koongo-com/magento2-data-feed-manager/blob/main/install.md

GitHub official repository https://github.com/koongo-com/magento2-data-feed-manager

Standard Installation

Package Download

To download the connector package log in Koongo Store and proceed to My Modules for Download:

Installation Procedure

  1. Unpack the downloaded package locally
  2. Copy the content to your Magento 2 installation folder using FTP or SSH/SCP client




  3. Login to your server via ssh and call the following commands in your Magento 2 installation folder:

    Code Block
    languagebash
    //Set developer mode if production mode is adjusted
    php bin/magento deploy:mode:set developer
    
    
    php bin/magento module:enable Nostress_Koongo
    php bin/magento setup:upgrade
    php bin/magento setup:static:deploy
    php bin/magento setup:di:compile
    php bin/magento cache:flush
    
    
    //Set production mode back if this mode was originally adjusted
    php bin/magento deploy:mode:set production
    
    
    //You can check current mode by
    php bin/magento deploy:mode:show


  4. After successful installation, module will appear at left backend menu. See image below.

     


Post-installation Steps

Cache Refresh

Navigate to System → Cache Management and refresh ALL cache.

...

Version with enabled Flat Catalog

Koongo Connector uses Flat Product and Flat Category data, so please make sure you have enabled these two settings. You can enable Flat by clicking on the link in the note or navigate to Stores -> Settings -> Configuration → System → Catalog → Storefront:

...

If your server cron job runs properly, Product and Category Flat Catalog will be re-indexed automatically.


You If you'd like to turn the Flat Catalog off, you can force re-index via ssh by following command in your Magento 2 installation folder:

Code Block
languagebash
php bin/magento indexer:reindex

Version with disabled Flat Catalog

You can use Magento 2 Connector with disabled Flat catalog.

If you want to deactivate the Flat Catalog, please add the command below into CRON:

Code Block
languagebash
php bin/magento koongo:flat:reindex


Troubleshooting

Next step

Activation