> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-documentation/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/ella-documentation/~/changes/ya8CSeFxwPyu94dBt1WL/theme-settings/countdown.md).

# Countdown

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

![](/files/kvCgN3V2N9pfZzzJroiD)

{% hint style="info" %}
Ella 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: **Oct 11, 2020 18:04:00**\
\- Oct (mm): This is abbreviation of October and please use the abbreviation of months in this countdown structure.\
\- Please use 1 white space among mm dd yyyy.
{% 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 a new Metafields?**

1. From your Shopify admin, go to **Settings** **->** **Metafields**.
2. Click **Products → Add Definition.**
3. Please enter the 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,** you need to insert timer structure for "**Countdown**".

![](/files/2Mh0TvC5JYI2nbxiCNFD)

{% hint style="info" %}
Please use this structure below to insert countdown for your product.\
Example: **Oct 11, 2020 18:04:00**\
\- Oct (mm): This is abbreviation of October and please use the abbreviation of months in this countdown structure.\
\- Please use 1 white space among mm dd yyyy.
{% 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: **Oct 11, 2020 18:04:00**\
\- Oct (mm): This is abbreviation of October and please use the abbreviation of months in this countdown structure.\
\- Please use 1 white space among mm dd yyyy.
{% 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/ella-documentation/~/changes/ya8CSeFxwPyu94dBt1WL/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.
