Question

I have imported more than 170000 configurable products, products are displayed properly in admin, but products are not displayed in front end. If I import only 30000 records at once, it will work fine.

I just tried php bin/magento indexer:reindex but not working. after reindexing catalogsearch_fulltext status shows Working is there any issue with this ?.

Thanks

Was it helpful?

Solution

Follow my below suggestions for display products on the fronted.

The product should assign with correct website and category.

Product status must be enable.

Product visiblity must be Catalog Search.

Product stock status must be In Stock With Quantity.

Check it for configurable and simple product.

Run below commands

php bin/magento indexer:reindex

php bin/magento cache:clean

Delete browser cache.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top