> For the complete documentation index, see [llms.txt](https://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/ecommerce-features/quantity-select.md).

# Quantity select

Demo: <https://minimog.thememove.com/product/gym-tote-black/>

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

*Let us show you how to choose the Quantity Type as Select.*

{% embed url="<https://youtu.be/vLsZviH9j5w>" %}

**Step 1:** From the admin dashboard, navigate to Products > All Products.

**Step 2:** Select the product you want to change the Quantity select type.

**Step 3:** At the Product data section, select tab Quantity.

![](/files/D4A6rSWp480d0oTjcjcy)

**Step 4:** Choose the Type as Select.

![](/files/D2L27watk2XAWkFuz8Bk)

**Step 5:** Set the value range for that product’s quantity.

**Step 6:** Hit Update to save you changes.


---

# 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://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/ecommerce-features/quantity-select.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.
