What is the coding process for displaying refund dates in Shopify Order Printer?

Elisaw
Explorer
79 2 11

Hello! I am working on a Refund Template using Order Printer. I have the date in which the order was made (Bestelldatum) and want to display a different date for when the refund is made. I cannot figure out how to this in the code. Can someone please help?

For the order date (the date in which the order was made) I am using:

<li class="order-details-date">
<span class="order-details-title editable" data-key="date"> Bestelldatum</span>
<span class="order-details-text">{{ processed_at | date: "%d.%m.%Y" }}</span>
</li>

If the customer sends the order back and a refund is made, I need to display the date in which the refund was applied (Gutschrift Datum).

Attached is a screenshot of what it looks like at the moment.

Screen Shot 2021-01-26 at 2.02.26 PM.png

I cannot find the right Variable for that. I would appreciate help ASAP as this is for a client who needs it urgently for taxing purposes. Thanks so much!

Replies 12 (12)