Shopify themes, liquid, logos, and UX
need to add under the shipping availability, but not to appear when no content is added?
Hi @ar0305
You can try this code.
{%- if product.metafields.custom.shipping_availability != blank -%}
<p>{{product.metafields.custom.shipping_availability.value}}</p>
{% endif %}
Hi @ar0305
{% if product.metafields.shipping.availability_info != blank %}
<div class="shipping-availability">
<h3>Shipping Availability</h3>
<p>{{ product.metafields.shipping.availability_info }}</p>
</div>
{% endif %}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025