Show image based on multiple variation requirements.
-
I’m working on a furniture website. The products come in multiple sizes and finishes. The objective is to display multiple images showing a 360 degree view of the product.
Example, I have a floor lamp with the following variation options:
- size: small | medium | large
- finish: black | white | chrome
Currently, because all the images are linked to the size variation:
If size small is select -> thumbnails will show small-black.jpg, small-white.jpg, small-chrome.jpgIs it possible to filter further? In this case:
If size small && finish black is selected -> thumbnails will show only small-black.jpgBasically I’d like to only show images if they meet multiple variation requirements.
https://www.ads-software.com/plugins/smart-variations-images/
- The topic ‘Show image based on multiple variation requirements.’ is closed to new replies.