Install process of this plugin requires ssh access on server where is hosted your store.
Download package via composer
composer require koongo-com/magento2-data-feed-manager
or download package from releases
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
Navigate to System → Cache Management and refresh ALL cache.
Koongo Connector can 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.
- Use Flat Catalog Category = Yes
- Use Flat Catalog Product = Yes
If your server cron job runs properly, Product and Category Flat Catalog will be re-indexed automatically.
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:
php bin/magento indexer:reindex
You can use Magento 2 Connector with disabled Flat catalog.
php bin/magento koongo:flat:reindex