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
- Host: GitHub
- URL: https://github.com/sidworks-dev/sw-plugin-product-flip-image
- Owner: sidworks-dev
- Created: 2025-06-13T14:53:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-27T12:59:45.000Z (7 months ago)
- Last Synced: 2025-11-30T04:55:21.023Z (7 months ago)
- Topics: shopware6, shopware6-plugin
- Language: PHP
- Homepage: https://www.sidworks.nl
- Size: 255 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-shopware6 - Product Flip/Hover Images >6.6
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



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