Accepting credit cards, warehouses, and shipping and fulfilling orders
Hello. I've used this guide to add a delivery date selection to our checkout
Is there a way to show the chosen date in the checkout summary and also include the date in order emails and on the order item within the shipyfy order list?
Thank you
Solved! Go to the solution
This is an accepted solution.
@Whiteflame For the same will work. the code is given on above link will show the selected date in checkout as well as in email.
The below code will do that:
name="attributes[date]" value="{{ cart.attributes.date }}"
This is an accepted solution.
@Whiteflame For the same will work. the code is given on above link will show the selected date in checkout as well as in email.
The below code will do that:
name="attributes[date]" value="{{ cart.attributes.date }}"
Thank you for the quick reply, I can see how to add into oreder emails and have added the following which I believe is correct
{% if cart.attributes.date %}
<table class="container">
<tr>
<td>
<h3>Requested delivery date</h3>
</td>
</tr>
</table>
<table class="container">
<tr>
<td>
<table class="row">
<tr>
<td class="customer-info__item">
{{ cart.attributes.date }}
</td>
</tr>
</table>
</tr>
</table>
{% endif %}
However I can't see how to add the field into the order review on the checkout process, if it's even possible?
It's a cart attribute so it'll be visible on the checkout page automatically.
If this will not work then you can use the line item properties for the product. This will used in product page to add any additional data for the products. And selected data will also visible in cart and checkout page.
OK Thank you for the infor.. is it possible to use the code like the below?
name="attributes[Delivery date]" value="{{ cart.attributes.date }}"
Thank you again
Yes you can, but use it with input form element so you get the data in email as well as in checkout
Hi @Whiteflame 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
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024