# Re-Sorting Online Products

If you would like to change the default sorting order for your eCommerce store products:

1. Go to your TAKU eCommerce **Control Panel** > **Settings** > **General** > **Cart & Checkout** Tab.
2. Once you are under "**Cart & Checkout**" tab, under the "**Catalog Settings**" section , select the default option you would like to use under "**Default Products Sort Order**"
3. Once you have made your selection, Click the "**Save**" button located at the top of the screen.

![](https://downloads.intercomcdn.com/i/o/195329784/84c683029c6ab102eb0fab64/Sort.PNG)

Below you will find a definition of what each option does:

* **Defined by store owner**. This will display your products in the same order the one you have selected in your eCommerce **Control Panel** > **Catalog** > **Categories**.
* **Date added**. This will display your products in the order of added most recent first.
* **Price: low to high**. This will display your products in the order of least expensive item first.
* **Price: high to low**. This will display your products in the order of most expensive item first.
* **Name: A to Z**. This will display your products in alphabetical order (Ascending).
* **Name: Z to A**. This will display your products in reverse alphabetical order (Descending)


---

# Agent Instructions: 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://help.takulabs.io/selling-online/start-selling-online/online-products/changing-the-order-of-products.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.
