Magento 2 Module: Hover Image Catalog

€14.02 €11.40
Expandable module
ID:M2-HOVER-IIMAGE

YOU CAN TRUST US

25 years of experience in e-commerce and Magento 2

Tooltip

Fast delivery

Tooltip

Efficient implementation process

Tooltip

Simple and transparent complaint process

Tooltip

Working with clients worldwide

Tooltip

Free module updates

Tooltip

Payment by bank transfer

Tooltip

Hover Image Catalog is a module for Magento 2 (versions 2.3.* and 2.4.*) that enriches the product list with interactive functionality. When hovering the cursor over any product in the list, a second image, called hover image, will be displayed, which can be individually set for each product in the admin panel.

Key features of the module:

  • Interactive product browsing: Allows customers to quickly preview an alternative product image without having to navigate to the details page.
  • Easy configuration: In the Magento admin panel, you can assign a hover image for each product, giving you full control over the presentation of the assortment.
  • Increased visual appeal of the store: The dynamic image change effect when hovering with the mouse attracts customer attention and can increase engagement and conversion rates.

Benefits of using the module:

  • Improved user experience: Makes it easier for customers to familiarize themselves with the product, which can lead to quicker purchasing decisions.
  • Personalization of product presentation: Allows showcasing different aspects of the product, such as different colors, patterns, or details.
  • Compatibility and reliability: The module has been tested and is fully compatible with Magento 2.3.* and 2.4.* versions.

How it works:

  1. Module installation: The installation process is simple and does not require advanced technical knowledge.
  2. Set hover image: In the admin panel, go to product editing and add an additional image as hover image.
  3. Effect on the store page: When hovering the cursor over a product in the list, the configured second image will automatically be displayed.

Support and documentation:

  • Installation instructions: Detailed installation steps are available in the included documentation.
  • Technical support: If you have questions or issues with the module, we provide professional technical support.

Using the Hover Image Catalog module is a simple way to enhance store functionality and increase customer satisfaction by presenting products in a more interactive and attractive manner.

More Information
WydanieCommunity
Compatibility2.4.7, 2.4.6, 2.4.5, 2.4.4, 2.4.3, 2.4.2, 2.4.1, 2.4.0, 2.3.7, 2.3.6, 2.3.5

Installation

* In a production environment please use the --keep-generated option

Type: Composer

  1. The module is available in the composer repository:
    • Private GitLab repository: https://gitlab.com
  2. Add the composer repository to the configuration:
    composer config repositories.catalog.hover.image vcs https://gitlab.com/magento2ext/magento-2-catalog-hover-image
  3. Add access token to the private GitLab repository:
    composer config --auth gitlab-token.gitlab.com 
  4. Install the module using Composer:
    composer require kowal/catalog-hover-image
  5. Apply database updates:
    php bin/magento setup:upgrade
  6. Clear cache:
    php bin/magento cache:flush