Shopify themes, liquid, logos, and UX
I am using the "Order Printer" app to create receipts, but it shows the date the receipt was made, and not when the order was placed.
Is there a way to change it from "todays date", to the date the order was created?
Here is the code:
<p style="float: right; text-align: right; margin: 0;">
{{ 'now' | date: '%d/%m/%y' }}<br />
Kvittering for {{ order_name }}
</p>
I’m having the same issue, did you ever fix this?
Same problem here,
Change:
Order {{ order.order_name }}<br />
{% if order.po_number %}PO # {{ order.po_number }}<br />{% endif %}
{{ "now" | date: "%B %e, %Y" }}
To:
<p style="text-align: right; margin: 0;">
Order {{ order.order_name }}<br />
{% if order.po_number %}PO # {{ order.po_number }}<br />{% endif %}
{{ order.created_at | date: "%d-%m-%Y" }}
</p>
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025