Hi!
I’m trying to show a discounted price in my shop, but the compare_at_price for each variant is returning null. Why is that?
{{ product.selected_or_first_available_variant | json }} shows:
The product variant shows correct Compare-at price:
What am I missing here?


