I am trying to hide the dynamic checkout button for products with the tag ‘Quote Only’. I have tried adding the code below in the main-cart-items.liquid and cart-drawer.liquid, and it doesn’t work in either section. I need the checkout button to display=‘none’ when a product has a tag of 'Qu
{% if current_product.tags not in [‘quote-only’, ‘custom-tag-1’, ‘custom-tag-2’] %}
{% endif %}