I have over 200 products and need to add something to all of my Digital products. Is there a way to do that or can someone help me with code and where it should go?
I’m using Debut theme.
Hi @GRH77
You can add tags to products.
Then you can marked a condition according to tags
{% if product.tags contain ‘TAG_NAME’ %}
add code here
{% endif %}