Greetings community!
I’m glad I discovered this software. I’m just getting into customising the themes and I’m quite happy with the way it’s going!
But there’s a lot of trial and error moving the fields around to suit my business.
For example, I’m moving the date to a different position. So I do:
{% for field in fields %}{% if field.label == "Date" %}
{{ field.label}}: {{ field.text}}
{% endif %}{% endfor %}
which works if I preview the theme via customise, but won’t work if viewing a Sales Quote. I suspect the field name for date might be different if it’s an invoice or quote?
My question is if there is a guide to the field names & variables that I can call in the liquid markup?