An open API service indexing awesome lists of open source software.

https://github.com/sidworks-dev/sw-plugin-product-flip-image

Add flip/hover images to products for Shopware 6
https://github.com/sidworks-dev/sw-plugin-product-flip-image

shopware6 shopware6-plugin

Last synced: 4 months ago
JSON representation

Add flip/hover images to products for Shopware 6

Awesome Lists containing this project

README

          

# Sidworks Product Flip Image for Shopware 6
This plugin allows you to assign a flip/hover image to product media. When customers hover over a product image in the storefront, it automatically switches to the flip image, perfect for showing alternate angles or product variants.

## Images
![Image1](docs/s1.jpg)
![Image2](docs/s2.png)
![Image3](docs/s3.png)

## Installation
```bash
composer require sidworks/sw-plugin-product-flip-image
bin/console plugin:refresh
bin/console plugin:install --activate SidworksProductFlipImage
```