> For the complete documentation index, see [llms.txt](https://en-ascent.webvista.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en-ascent.webvista.studio/pages/main-product/delivery-eta.md).

# Delivery ETA

The **Delivery ETA** feature dynamically displays the expected delivery date for an order, helping users clearly understand when they will receive their items, thus enhancing their shopping experience. Merchants can easily add this feature in the **Shopify Editor**, making product pages more transparent and informative.

<figure><img src="/files/xdPPcAIFmlr3H5kjC6Zn" alt=""><figcaption></figcaption></figure>

### **How to Add "**&#x44;elivery ET&#x41;**"**

1. **Access the Shopify Editor.**
2. **Add the "Delivery ETA" section** under the **Product Information** section.
3. **Configure the Delivery ETA parameters,** such as processing time and time variance.
4. **Choose an appropriate color scheme** to ensure the delivery information aligns with the overall store design.

<figure><img src="/files/cqmbpN7p8yuwLeOjLb2j" alt=""><figcaption></figcaption></figure>

### Delivery ETA **Configuration Guide**

**Color Scheme:**

* Select different color schemes in the settings to control the background and text color of the estimated delivery time block, ensuring it matches the store’s style.

**Processing Time:**

* Refers to the estimated number of days from the current date to the delivery date.
* Example: If the processing time is set to **5 days**, the estimated delivery date will be **current date + 5 days**.

**Time Variance:**

* Defines the range of the estimated delivery time.
* Increasing the time variance will expand the estimated delivery window, meaning both the earliest and latest delivery times will adjust accordingly.
* Example: If the processing time is **5 days** and the time variance is **2 days**, the estimated delivery window will be **3–7 days**.

<figure><img src="/files/oD2sYc6OWKzikqhq408j" alt=""><figcaption></figcaption></figure>

### **Notes**

**Manual Configuration Required:** The estimated delivery time must be manually entered and is **not** linked to Shopify’s backend shipping settings.

**Different Delivery Times for Different Products:** If different products have varying estimated delivery times, use **"Product A+ Page"** to configure them individually and ensure accuracy. [Product A+ Page](/pages/main-product/product-a+-page.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://en-ascent.webvista.studio/pages/main-product/delivery-eta.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
