Created
May 13, 2020 02:25
-
-
Save baorv/60d2b361bc5f60e75600fc3106e011b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% if order.customer %} | |
{{ order.customer.email }}<br/> | |
{{ order.customer.first_name }}</br> | |
{{ order.customer.last_name }}</br> | |
{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment