質問

When a customer registers, the details are loaded to the database and the customer is able to login and do the purchases. But in the Customer -> All Customers I am not seeing any registered customers. Please help. I have attached the screenshots in this link.

役に立ちましたか?

解決

It seems that your customer_grid is not indexing properly. Run the following commands in the root of your magento folder.

bin/magento indexer:reset customer_grid

Then run the indexer:reindex on customer_grid again

bin/magento indexer:reindex customer_grid

Finally clear the cache

Hope this works

他のヒント

Run customer_grid indexer , but if you have your cron running on server then you don't need to run it manually.

ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top