Hi all
I’m trying to add a tracking code on the order status page (extra link). I don’t find the way to handle the output.
I’ve tried, but it doenst return anything.
{% for fulfillment in fulfillments %}{{ fulfillment.tracking_number }}{% endfor %}
Can you help me in the right direction?
Thanks !