Hi all,
I would like to display a date for my customers in their order confirmation email. Our products take 5 working days to process before they are dispatched for delivery.
At the moment I have the following:
Hi {{ billing_address.name }},
This email is to confirm your order on {{ date | date: “%d %b %Y” }}. Your order number is {{ order_number }}.
Your estimated dispatch date is ----------------------
The dashes is where I would like to enter code to state the date as 5 working days from the date they placed their order. Can this be done?
Thank you.