Go to Magentto root from command line and run following command.
php bin/magento indexer:reindex
If you get the error “Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors” then use below command
php -dmemory_limit=5G bin/magento indexer:reindex
Recent Comments