fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Main image change with “any” values in variation

Hi, I’m trying to simplify the price managing of my variable product by setting some attributes as “any” since they have the same cost no matter which options are selected.
If I have all the variations explicitly created Ex:
Var1:
color: white, size: S, stamp: drawing1
Var2:
color: gray, size: S, stamp: drawing1
Var3:
color: white, size: S, stamp: drawing2
Var4:
color: gray, size: S, stamp: drawing2
then the main image in the single product view changes to the attribute image correctly.
Demo: https://anambeartedelaselva.com/producto/remera-dama/

If I set the variations using some of the attributes as “any value” Ex:
Var1:
color: any, size: any, stamp: any
then the main image in the single product view won´t change.

Demo: https://anambeartedelaselva.com/producto/remera-dama-test/

Any hints? thanks in advance for this great tool!

Golam Kibria

Hi Matias,

This combination will not work.

You need to set it like this:

color: white, size: any, stamp: any

color: gray, size: any, stamp: any

Let me know if this solves your issue.

Thank You