Important note: During the first image upload, the Airfields app will create a new theme in your Shopify named Airfields-Cdn-Theme. This theme is needed to allow Shopify CDN uploads. Make sure that you have enough space to create this theme. Never remove or rename this theme - this can cause disappearing of uploaded images! Airfields app keeps only the URL of uploaded image, not the image itself.

Use cases

Image field can be used to upload additional images that you want to use standalone. This can be for example, an image used as part of the layout on a product page.

Setup

Example Usage

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

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

    <img src="{{ aimg }}" />

{% endif %}