Use cases

A HTML field can be useful if you need to inject a snippet of third party code (like Google Analytics), or if you're an advanced user and want to have control over dynamic html snippets in your template.

Setup

Example Usage

{% assign html = product.metafields.airf.html %}

{% if html and html != '&nbsp' %}

    {{ html }}

{% endif %}