However, I would love to have something a bit more automated that allows me to only upload the image once and have it displayed for any product it applies to. Then I don’t have to manually upload images with each new product we add.
I’m using the Showcase them in the case that changes anything.
Any suggestions are welcome! Thank you in advance!
I would love to use existing tags, as we already have hundreds of products uploaded and tagged – my goal is to reduce the amount of work that is duplicated.
Would something like this work?
{% for tag in product.tags %}
{% if tag contains 'your_specific_value' %}
{% break %}
{% endif %}
{% endfor %}