Hi!
I’m trying to access the tags of an order object.
Unfortunately, it doesn’t work.
I can neither get the output for
{{ order.tags }}
nor can I go through the tags like this
{% for tag in order.tags %}
{{ tag }}
{% endfor %}
Does anybody have any suggestions?
I really appreciate any help!