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 %}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025