1. Home
  2. FAQ
  3. Shopping Cart Questions
  4. Magento
  5. Products are not showing on my Magento storefront?

Products are not showing on my Magento storefront?

After the migration is finished, you may need to manually reindex your Magento site to:

  • Show categories and products on the storefront
  • Show product attributes on the backend

Please follow the steps below to reindex your site:

  1. Login to your Magento web server via SSH. You can use Putty or any SSH client
  2. Go to your Magento website folder, then run the commands below:

    bin/magento indexer:reindex
    bin/magento cache:clean

After the commands are successfully executed, products and attributes will display properly on your Magento site.

Fore more details, please read their instruction at: Manage the indexers on Magento.

Updated on February 15, 2024

Was this article helpful?

Related Articles