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.
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’ %}
Today’s Date: {{ today }}
and this is how to get to the code to make the change…
Go to Shopify admin → Settings → Notifications. Go to Order confirmation → Edit HTML/CSS. Locate the section where you want to add the date.