Skip to content

Space48/MouseOverImage

Repository files navigation

MouseOverImage

Scrutinizer Code Quality Build Status Code Coverage

Simple Magento2 extension to show mouseover_image in product list.

plp-image-mouseover-states

Installation

Manually:

To install this module copy the code from this repo to app/code/Space48/MouseOverImage folder of your Magento 2 instance, then you need to run php bin/magento setup:upgrade

Via composer:

From the terminal execute the following:

composer config repositories.space48-quick-view vcs git@github.com:Space48/MouseOverImage.git

then

composer require "space48/mouseoverimage:{release-version}"

Using Modman:

From the terminal execute the following:

modman clone git@github.com:Space48/MouseOverImage.git

How to use it

Once installed...

  1. Execute the indexer bin/magento indexer:reindex
  2. Go to the Admin Panel -> Products -> Catalog and edit a product.
  3. Under Images and Videos section, select the image you want to use as mouseover image and assign the Role Mouse Over.

wh6tahuzin

  1. Save changes.