> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://setubridge.crisp.help/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

#  Display the estimated delivery date in the order page.

1.Go to the **App settings** -> Navigate to **Display ETA on order page**  and click on Configure.

![](https://storage.crisp.chat/users/helpdesk/website/ec822f1cb1c6a000/screenshot6_114wo3j.png)
2.Go to **order liquid file** and place the code below as per guideline provided

{% for p in line_item.properties %}
{% assign property = p.first | rstrip %}
{%- if property == 'Estimated Delivery' -%}{{ p.first}} : {{ p.last }}{% endif %}
{% endfor %}

![](https://storage.crisp.chat/users/helpdesk/website/ec822f1cb1c6a000/screenshot7_8fbura.png)
3.Save the changes and see result.

If have any question need further help feel free reach out to us!