> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/halo-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/halo-docs/theme-settings/countdown.md).

# Countdown

**Countdown** shows customers the period of time when the product is on the promotion.

![](/files/QcfFpaMS56zLWcsyAxcQ)

{% hint style="info" %}
Halo offers 3 ways to show countdown:

* For All Products.
* For Each Product.
* For Collection.
  {% endhint %}

## For All Products

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Countdown.**
4. Choose **Type** as **For All Products.**

![](/files/4AnG8zJdhMKXjowAPq7z)

{% hint style="info" %}
Please use this structure below to insert countdown for your product.\
Example: **02/07/2011 11:05:00** or **Mon Feb 07 2011 11:05:00 GMT**
{% endhint %}

## For Each Product

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Countdown.**
4. Choose **Type** as **For Each Product.**

![](/files/hk9ZThmFGid3tpiB6jQl)

### H**ow to add new Metafields?**

1. From your Shopify admin, go to **Settings** **->** **Metafields**.
2. Click **Products → Add Definition.**
3. Please enter correct **Namespace and Key** as we noted below.

```
Name: Countdown
Namespace and key: c_f.countdown
Select content type: Text
```

![](/files/BuiGJS5uz9QjbdXt8Ikv)

### How to insert content for Product Metafields?

1. From your Shopify admin, go to **Products -> All products**.
2. Find and choose the product that you want to edit.
3. In the **Metafields** need to insert image url for "**Countdown**".

![](/files/iVlQCGjOTXtdH5b7LpXD)

{% hint style="info" %}
Please use this structure below to insert countdown for your product.\
Example: **02/07/2011 11:05:00** or **Mon Feb 07 2011 11:05:00 GMT**
{% endhint %}

## For Collection

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Countdown.**
4. Choose **Type** as **For Collection.**
5. Select **Collection**.

![](/files/7MRD50WvLwH0eO3noaSL)

{% hint style="info" %}
Please use this structure below to insert countdown for your product.\
Example: **02/07/2011 11:05:00** or **Mon Feb 07 2011 11:05:00 GMT**
{% endhint %}


---

# 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://halosoft.gitbook.io/halo-docs/theme-settings/countdown.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.
