How can I remove the quick add to cart on certain product only as they have variants, Please

My shop is woodscelticjewellery.com password dublin

and the problem I’m having is with rings

Hi,
You can use condition like

{% unless product.variants.size == 1 %}
// Your quick add to cart code here
{% endunless %}

Thank you I added the code for the quick add to cart ages ago. Can you tell me where it might be ?

this is the code. Can you tell me where to put it. Thank you

{% comment %}
If you want to animate your feedback message.
{% endcomment %}

{% comment %}
{{ ā€˜//cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.0/animate.min.css’ | stylesheet_tag }}
{% endcomment %}

{{ ā€˜//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css’ | stylesheet_tag }}

.ajaxified-cart-feedback { display: block; line-height: 36px; font-size: 90%; vertical-align: middle; } .ajaxified-cart-feedback.success { color: #3D9970; } .ajaxified-cart-feedback.error { color: #FF4136; } .ajaxified-cart-feedback a { border-bottom: 1px solid; }