You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue on using the 'where' filter on product.variants with prices that doesn't work to correctly pull out valid prices from the variant array.
This occurs when using price with a number or string.
Variant prices: [12502]
Price tested with number: []
Price tested with string: []
Interesting though is that if you do the following with a map you can prove that the where does work, but it doesn't seem to work on returning the variant objects.
There is an issue on using the 'where' filter on product.variants with prices that doesn't work to correctly pull out valid prices from the variant array.
This occurs when using price with a number or string.
Liquid to verify:
Output from the liquid above:
Interesting though is that if you do the following with a map you can prove that the where does work, but it doesn't seem to work on returning the variant objects.
Output from the liquid:
The text was updated successfully, but these errors were encountered: