Type
magento2-module
Change product image on hover on category pages
magento2-module
MIT
None
None
None
None
None
With this module you can set an image to be displayed when hovering over products on category pages.
To update the hover_image attribute on products for existing images:
Create a CSV that looks like this:
sku,hover_image
ABCD1234,/i/m/image.jpg
sku | hover_image |
---|---|
ABCD1234 | /i/m/image.jpg |
Then, when importing the file change the field "Images File Directory" to "pub/media/catalog/product".
To update the hover_image attribute on products with new images:
Create a CSV that looks like this:
sku,hover_image
ABCD1234,image.jpg
sku | hover_image |
---|---|
ABCD1234 | image.jpg |
Upload the image.jpg file to the media/import/
directory.