> For the complete documentation index, see [llms.txt](https://docs.dingdoong.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dingdoong.io/shipping/how-to-add-shipping-with-no-date.md).

# How to add Shipping with no date?

If you want no date for Shipping because it is difficult for you to estimate exact date customers can receive their orders. Only pickup can be scheduled for example, we have these options for you.

* **Go to the Settings Panel:**
  * Navigate to your **Admin Dashboard** and open the **Shipping Settings**.
* **Enable Shipping Method:**
  * Under **Shipping Status**, check the box for **"Turn on shipping method only"** to activate shipping method for your products. There will be no calendar schedule.
  * This applies to all products automatically.

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

<mark style="color:red;">**In Storefront,**</mark> it will appear like this:

<figure><img src="/files/8hd5cuedoYUh9gvWqNOp" alt=""><figcaption></figcaption></figure>

* **Enable Date Selection:**

  * Ensure that the **"Turn on shipping date picker"** option is **checked** if you want customers to select a shipping date.

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

  <mark style="color:red;">**In Storefront,**</mark> it will appear like this:

<figure><img src="/files/8a63dyB1F1BWhxoiyWuN" alt=""><figcaption></figcaption></figure>

* **Save Changes:**
  * Click **Save** to apply the settings.


---

# 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:

```
GET https://docs.dingdoong.io/shipping/how-to-add-shipping-with-no-date.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
