My order note is not visible on order confirmation emails.
The order note liquid is presenting itself in the preview on the settings page and on the test email. However, it does not actually occur when an order is placed and sent to the customer.
I have the order note placed down in the customer information section:
{% if billing_address %} {% endif %}
Billing address{{ billing_address | format_address }} |
Order notes: {{ note }}
** **See attachments of preview in settings, test email, and an actual customer email.
Shipping method{{ shipping_method.title }} |


