I have some dev experience and I’m playing around customizing my own site from the Dawn theme. I had an issue where I needed a textbox for a specific product so I made a textfield input for it, but I realized it shows up to all of my products. How can I make it only for a specific product?
Hi thank you for the reply, I just added the tags and formatted the code using the for loop logic you provided and I am getting syntax errors. Today is my first day seeing Liquid language/syntax, sorry. Should I assume this goes to a .liquid file when I “edit code”?
{% for tag in product.tags %}
{% if tag contains 'show-textbox' %}
{{
}}
{% endif %}
{% endfor %}