adding the purchase date to the POS and mobile receipt

adding the purchase date to the POS and mobile receipt

DaphneOlive
Excursionist
28 1 37

Hi, We are doing in person sales only with the POS app. when we email a receipt it is important to have the purchase date in the email as we offer returns only within 60 days of purchase. 

I have edited the code a little with success, but don't know what code to add or where to add it. If anyone can suggest those things, I would love to try to add it myself.

Thank you.

Replies 2 (2)

fieldfresh
Visitor
2 0 0

I didn't add in the text to put in... I did put it on line 90 just after purchase order number.  and I took out 'Today's Date'  so it just shows the actual date. 

 

{% assign today = 'now' | date: '%B %d, %Y' %}
<p>Today's Date: {{ today }}</p>

fieldfresh
Visitor
2 0 0

and this is how to get to the code to make the change... 

 

Go to Shopify admin -> Settings -> NotificationsGo to Order confirmation -> Edit HTML/CSSLocate the section where you want to add the date.