Hi everyone,
I need your help to transform my product page variant picker , I’m using Impact theme.i want to display price of variant in the variant picker. i am trying to modify snippets/option-value.liquid file. when i am writing {{ product.variants[0].price | money }} it’s giving same values for all variants and when i am writing {{ product.variants[index].price | money }} it’s giving nothing .
i want to achieve like this.
I have achieved this earlier in impulse theme but somehow it’s not working in impact theme
Thanks a lot
