...
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 | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
php bin/magento koongo:flat:reindex |
Troubleshooting
Common Magento issues related to module installation:
...