Delivery Date FAQs
Why do I see an Expired Date in my Additional Details?
Why isn't the app appearing on the checkout page?
Unfortunately Shopify does not allow anything to be implemented on the checkout page, hence our app. Unless you are using a Shopify plus plan then we are able to add the app on the checkout page for you.
Why can't I see the delivery date and time on the checkout page?
Shopify does not allow any complementary information at checkout, unless you are on a Shopify Plus Plan then you can add more details upon checking out.
However if you want your customer to be able to see the date and time, you can add the code to confirmation emails.
How to add code to the Order Confirmation Email?
1. Copy this code below
<h4>Additional details</h4>
<p>
{% for attribute in attributes %}
{{ attribute | first }}: {{ attribute | last }}<br>
{% endfor %}
</p>
2. Go to Settings and paste the code above to your confirmation email like below
I got an error 404 with my browser
This occurs because your browser can not support the older version. Please make sure your browser is the same or in a higher version compare to the browser listed above.