Adding selected delivery date to customer email confirmation

When customers select a delivery date from the date picker it doesn’t show on their email confirmation. This causes confusion as they are unsure that their request has gone through. Does anyone know what code to add to achieve this? Thanks in advance

Hey @choccywoccydood

:diamond_suit: Are you using any shopify app for delivery date ?

:diamond_suit: Is that delivery date data available in orders data in shopify admin?

Hi,
We use Shopify date picker.
We receive the delivery date information in the shop admin, but the customer confirmation does not state the selected delivery date.
Screenshot attached showing the cart page. I have changed the code to allow the customer note to be included in the customer email confirmation but not the chosen date.

Can you help?

Hey,

You can try adding that “date variable” in shopify email template.
Check and let me know.

Also try adding screenshot if possible.

I added the following code to enable the customer note to be shown on the customer email notification. What code do I add to do the same for the chosen delivery date?

Billing address

{{ billing_address | format_address }} {% endif %}

Order notes: {{ order.note }}

Hey @choccywoccydood

If you are using order attributes, then try below link.

https://www.identixweb.com/helpdesk/order-delivery-date/odd-faq/show-delivery-date-and-time-in-confirmation-email/

Also share app link so that i can check and help you

Oban Chocolate Company

I’m still unsure how to insert the code on the link you produced.

Hi Girish,
Shopify<>
Thank you for the link. This is a section of the current code - where do I insert the code that you sent me?

Shipping address

{{ shipping_address | format_address }}

{% endif %}
{% if billing_address %}

Billing address

{{ billing_address | format_address }}

{% endif %}

Order notes: {{ order.note }}

{% if company_location %}

{% endif %}
{% if transaction_size > 0 or payment_terms and payment_terms.automatic_capture_at_fulfillment == false or b2b? %}


#### Location



{{ company_location.name }}




#### Payment

@choccywoccydood i meant please share the link of the delivery date app which you are using.

app link will be of shopify app store from where you downloaded. if you can share that then i can check and may able to guide you

Hi @choccywoccydood you can use our app DeliveryNotify : Shipping times to send a custom notification email with delivery times of each supplier. https://apps.shopify.com/delivery-reminder-email-dates