Do you wish to show when an order has been created? Awesome! Let me show you how.
Please note that this guide only applies to parcel slips with the old design as shown below
(did you say "old" design? can I see the new design?).
1. Navigate to Settings > parcel slip (følgesedler) > select your unedited default template available
2. In your editor you should see the following as a placeholder: @Order > Created
3. Replace this with:
Order date: {{ order.created_at | in_time_zone: 'Europe/Copenhagen' | date: '%d-%m-%Y %H %M' }}
You now have the option of selecting a timezone and how much information you want to display using the following logic:
%d = Day
%m = Month
%Y = Year
%H = Hour
%M = Minutes
Removing one or more of these will leave you with exactly the information you would like to show.