I want to show a specific product image based on selected configuration of the product. Tried 2 approaches but they fail.
1. Approach using custom fields.
Restricting input of custom fields based on other field's is exactly what I need. I can create a (simple) product configurator. BUT no specific images based on the values entered in the custom fields. So it will not work this way.
2. Approach using variants (Characteristics).
I can create a specific product image for every permutation of Characteristics. I use 4 characteristics (all single select drop-downs, generates about a 1000 variants). BUT there are several problems. First off all, I cannot limit choice of one characteristic based on the input of another characteristic as is possible with custom fields. I tried unpublishing or deleting "unwanted" variants, but that just generates an error on the front end when choosing these combination of characteristics. Another problem is loading the product page is taking to long.
Do you have any tips on this?
Thanks in advance