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 %}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024