I cant seem to get it too work. the first one :
{% if card_product.handle == 'A' or card_product.handle == 'B' or card_product.handle == 'C' %}
Customize
{% endif %}
This is what I did and I’m sure I did it wrong haha:
{% if card_product.handle == 'howah-crew-socks' == 'howah-gel-orthotic-insoles' %}
Customize
{% endif %}