What I'm trying to do is show only the variants with the lowest price.
For example, I have variants such as:
US 10 - 100$
US 11 - 150$
US 10 - 200$
US 10 - 90$
US 9 - 100$
US 8 - 95$
I would like to show only:
US 11 - 150$
US 10 - 90$
US 9 - 100$
US 8 - 95$
and as soon as the US 10 - 90$ gets sold, it would show the US 10 - 100$ because it is the lowest price available variant for that size.
Is is possibile to do such thing? How can I do that? I'm using the Symmetry theme.
Any help is really appreciated since I couldn't work out a solution yet. Thanks!