How to access order tags in liquid code?

How to access order tags in liquid code?

efeu
Tourist
4 0 4

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!

Reply 1 (1)

Hamza_Hussain
Shopify Partner
56 6 13

Hi, I'm Having a similar problem that how can I get a list of all orders in liquid . If you have a solution that would be really help full .

Honey G Hamza