# Quantity Dropdown in Store Frontend

Once you configured all the options from the store backend, the extension will start showcasing quantity dropdown on store frontend various pages.

* **Quantity Dropdown on Category Page:**

<figure><img src="/files/0UvZSOjoZzYP8yRC6TXd" alt=""><figcaption></figcaption></figure>

* **Quantity Dropdown on Product Page:**

<figure><img src="/files/5uaHMsqzVhTCsgAE92Ax" alt=""><figcaption></figcaption></figure>

* **Quantity Dropdown on Shopping Cart Page:**

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

When the Quantity Dropdown is enabled, the customer cannot update the quantity from Minicart. The mini cart updates the quantity as per the latest selected quantity from the Quantity Dropdown option and when user select the Add to Cart button from the shopping cart page.

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

* **Quantity Dropdown for Configurable Products:**

<figure><img src="/files/1eO4JKKBsnIHy66svMMa" alt=""><figcaption></figcaption></figure>

* **Quantity Dropdown for Bundled Products:**

<figure><img src="/files/7Kppd6GZLrKoNTkX5xls" alt=""><figcaption></figcaption></figure>


---

# 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://docs.magecomp.com/magento-2-quantity-dropdown-extension/quantity-dropdown-in-store-frontend.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.
