Add Date/Time to draft order Invoice
How to add the date/time on the draft order invoice?
- Navigate to Bird App Settings > Order Management.
- Scroll down to Order notes and fulfillment enable the below checkbox. This will add the date/time to the order note.
- You should see the order note being updated as following after enabling the above option.
- Go to Shopify Settings > Notifications > Customer Notifications .
- Click Draft order invoice .
- And then click on Edit code
- Copy the following code.
{% assign note_array = note | split: " | " %}
{% for note_item in note_array %}
<p class="notes-details">{{ note_item }}</p>
{% endfor %}
- We recommend you to paste this code above order summery table.
- If you want to change the labels in the note, enable Bird App Settings > Order Management > Order notes and fulfillment > Translate order notes .
- Go to Bird App Settings > Text & Languages > Edit
- And update the following labels as needed.
- Then you can go to your draft order edit page in Shopify admin. You should see the following when you try sending the invoice.
Updated on: 01/27/2025
Thank you!