Use cases
Can be used to store contact email, for example to contact customer support, the product vendor, etc.
Setup
Example Usage
{% assign email = product.metafields.airf.email %}
{% if email and email != ' ' %}
Product assistance contact email: {{ email }}
{% endif %}