magento2-module magento2-hover-image
Change product image on hover on category pages
dmatthew/magento2-hover-image
Change product image on hover on category pages
- Friday, June 8, 2018
- by dmatthew
- Repository
- 1 Watchers
- 0 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 600 % Grown
Dmatthew_HoverImage Module for Magento 2
With this module you can set an image to be displayed when hovering over products on category pages., (*1)
Saving Product Hover Image using Magento Import
To update the hover_image attribute on products for existing images:, (*2)
-
Create a CSV that looks like this:, (*3)
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"., (*4)
- This will set the Hover Image attribute to one of the existing images without requiring you to place new images into pub/media/import/.
To update the hover_image attribute on products with new images:, (*5)
-
Create a CSV that looks like this:, (*6)
sku,hover_image
ABCD1234,image.jpg
sku |
hover_image |
ABCD1234 |
image.jpg |
-
Upload the image.jpg file to the media/import/
directory., (*7)
- When importing the file, leave the field "Images File Directory" blank or set it to "pub/media/import".
- This will save the new image and assign it to the Hover Image attribute.
dev-master
9999999-dev
Change product image on hover on category pages
Sources
Download
MIT
The Requires
-
magento/module-catalog *
-
php ~7.0.0|~7.1.0
1.0.1
1.0.1.0
Change product image on hover on category pages
Sources
Download
MIT
The Requires
-
php ~7.0.0|~7.1.0
-
magento/module-catalog *
1.0.0
1.0.0.0
Change product image on hover on category pages
Sources
Download
MIT
The Requires
-
php ~7.0|~7.1
-
magento/module-catalog *