Hi I have custom theme
I want to show the Klaviyo integration Shopify notify button back in stock button only when the product variant is not available.
here code example I am using
{% unless current_variant.available %}
<a {% unless current_variant.available %}
aria-disabled="true" disabled
{% endunless %}
class="btn btn--primary klaviyo-bis-trigger abc11pd {{ current_variant.inventory_quantity }} - {{current_stock.available}}" onclick="notifyClicked(false)">Notify Me When Available </a>
{% endunless %}