How to resolve image display issues in search pop-up?

How to resolve image display issues in search pop-up?

If you've encountered an issue where product images are not appearing in the search pop-up on your website, it may have arisen due to missing image cache in the pub/media directory. To resolve this issue, the image cache should be regenerated. The following command can be executed in your Magento installation directory:

php bin/magento catalog:images:resize

Please note that the execution of this command may take a considerable amount of time, depending on the number of images and your server's performance. 

Regenerating the image cache using the provided command should resolve the issue of missing product images in the search pop-up. If you continue to experience problems or have any other questions, please don't hesitate to contact our support team for further assistance.

      • Related Articles

      • What's the difference between Advanced Search and Elastic Search?

        In our catalog, we offer two search extensions for Magento 2 - Advanced Search and Elastic Search. Both of them are aimed at improvement of the search process but the functionality differs. Elastic Search consists of several components, including the ...
      • Elastic Search and Advanced Search | GraphQL methods

        Queries xsearchProducts (search: String) description: products matching customers' search query xsearchRelatedTerms (search: String) description: get related search terms by query xsearchRecentlyViewed description: get an array of recently viewed ...
      • I face some issues with the Elastic Search extension. What should I check?

        If the extension doesn't work as expected (e.g. search results are not relevant or do not display at all), we'd recommend checking the module configurations following the instructions below. 1. A compatible version of the Elasticsearch Engine should ...
      • How to fine-tune Elastic Search module for exceptional results?

        If you are experiencing unexpected search results while using our Elastic Search module, please follow these steps to confirm your configuration is correctly set. 1. Elasticsearch Engine Configuration Ensure that the Amasty Elasticsearch option is ...
      • Advanced Search API

        1. Amasty\Xsearch\Api\SearchInterface GET /V1/amsearch, method="search"