In your order, invoice or quote form, you can use the following liquid code to show a list dimension tags associated with a transaction.
{% for tag in order.tags %}
{{tag.dimension.name}}: {{tag.dimension_option.name}}
{% endfor %}
Have More Questions?
Submit a Request or Create a New Post
Submit a Request or Create a New Post
Comments and Suggestions
0 comments
Please sign in to leave a comment.
Related articles