Display a delivery window
To improve the quality of information in notifications sent to your customers, you can now choose to display the delivery slot in :
Your tracking page
Your notifications (which we'll look at here)
đ List of eligible carriers :
Ab Custom | Boxmotions | City |
Austrian Post | Budbee | Cogepart |
Bartolini | CDL | Coursier.fr |
FedEx | Panther | Top Chrono | Hermes DE |
Invio | Planzer | Tamdis | VIR |
How does it work?
Liquid variable to use: expected_delivery_range
For a more advanced usage:
If you want to separate the beginning of the slot from the end, you can use the following Liquid variables:
expected_delivery_is_range
= true/false
expected_delivery_start_datetime
expected_delivery_end_datetime
Example of Liquid code:
{% if {{expected_delivery_range}} == true %} La date de livraison est prévue entre {{expected_delivery_start_datetime}} et le {{expected_delivery_end_datetime}} {% endif %}
Impact on Smart States
When a delivery slot is available:
The âoverdueâ smart state is triggered when the slot end date has passed.
Untracked parcels and Click&Collect
The untracked parcel using the scheduled delivery will be triggered when the slot end date has passed.