App reviews, troubleshooting, and recommendations
I would like to include the fullfilment date on my invoices as billing date.
In the old Order Printer I just added
{{ fulfillment.created_at | date: "%d/%m/%y" }}
But this seems not work in the newest Shopify Order Printer anymore.
Whenever I used the code above nothing is shown.
How can I fix this?
I changed the part code to this, but it did not help:
<div>
<p style="text-align: right; margin: 0;">
{{ order.order_name }}<br />
{% if order.po_number %}PO # {{ order.po_number }}<br />{% endif %}
{{ order.created_at | date: "%B %e, %Y" }}
{{ fulfillment.fulfillment_date | date: "%d/%m/%y" }}
</p>
</div>
1. The order has the status fulfilled.
2. Where can I see if the fulfillment date is properly set in the Shopify admin?
It still does not work.
1. The order has the status fulfilled.
2. The fulfillment date is properly set in the Shopify admin.
Learn what's possible with customizing Shopify Checkout beyond what's available out of...
By Shopify Feb 19, 20252m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025