Versions Compared

Key

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

...

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:

...

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

...