Hi,
is there any way to add the points count that may earn from purchasing specific products t_o be changed based on the variant selection.?_
{{ product.selected_or_first_available_variant.price | divided_by: 100 }} Points will be added to your account when you purchase this product.
Log in to claim points.
- I am using the above snippet code and it gives me the result but unfortunately, its not change when the variant selection change!
and please note that i am giving 10 points for each AED 1 spend on the store.

