Hey the Community,
I need help to show input field in specific product by tag using code.
Here is my code but it doesn’t work.
{% case product.tags %}
{% when "custom-image" %}
{% render 'custom-fields-image-personnalisable' %}
{% when 'custom-texte' %}
{% render 'custom-fields-texte' %}
{% endcase %}
I already create the snippet
- custom-fields-image-personnalisable
- custom-fields-texte
It works when I use :
product-type
but not for :
product-tags
Is anyone has a solution for this ? ![]()
Best regards,
Dorian