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>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025