I have tried that and still get no info returning. The info for adding the store info to the page is here but when I use variant.store_availablity.location or available no data is returned.
TESTING
product.variant.available: {{ product.variant.available }}
{% for variant in product.variants %} variant.available: {{ variant.available }}
variant.inventory_quantity: {{ variant.inventory_quantity }}
variant.store_availabilities: {{variant.store_availability.available }}
{{variant.store_availability.location }}
{{variant.store_availability.available }}
{% endfor %}