I am trying to create a new template In Order Printer which will show the Fulfillment Date if the order has been fulfilled already. I just can’t seem to get the date to display.
I have tried:
- {{ fulfillment.date | date: “%d/%m/%y” }}
- {{ fulfillment.created_at | date: “%d/%m/%y” }}
- {{ line_item.fulfillment.created_at | date: “%d/%m/%y” }}
And obviously, I have been testing it by viewing an order which has been fulfilled.
Found a solution:
{% for fulfillment in fulfillments %}
{{ fulfillment.created_at | date: "%d/%m/%y" }}
{% endfor %}
1 Like
I have a problem with my old printer. My office needs a new printer. There are many printers with printername on this site https://printmanreviews.com/printer-names/. Could you please tell me which printer is the best?
Hi, how about Unfulfilled section (list of unfulfilled products)?
Hello Mooritmag,
Thank you for the assistance, it also helped me try to add the fulfillment date as well. However, with orders that consist of multiple items, it is displaying 2 dates (please see screenshot below). Did you find a solution on how to show only 1 date regardless of how many items are on the order?
Thank you in advance!
