Removing Add to Cart from Specific Collections

Hello, People!!

I need to Remove add to cart From Specific Collection, Does Anyone Know about this???

I want to remove From Subscriptions Collections

https://1ness-plant-based-vegan-products.myshopify.com/
Password:- uwaore

Thank You in Advance!!

Hi @jenish ,

For this case, you can find to the script code handle show add to cart button and check logic bellow:

{% if template.suffix != 'subscription' %}
   //show button cart
{% endif %}

Hope can helpful to you!

Thanks!

1 Like

Can you Please Elaborate it??

@jenish ,

I see, if you want i handle that issue, i need access to store and check directly in code.