Hi there,
Not sure I’ve posted this to the correct sub-group.
I’m trying to add the contents of the notes field in the cart drawer to the order confirmation email that goes to the customer. I’ve added the following:
{% if note != ‘’ %}
Note:
{{ note | newline_to_br}} {% endif %} But when I preview, all I see is "Note:" I was expecting to see some placeholder text in the preview as confirmation of formatting, etc. But is this an incorrect assumption, and my code is correct?Thanks!
Don