> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/pl/apps-integrations/shopify/online-store/i-want-to-remove-the-quantity-drop-down-menu.md).

# Usuń rozwijane menu ilości

Jeśli Twoja usługa pozwala tylko na jedną rezerwację w jednym przedziale czasowym, usunięcie selektora ilości ze strony produktu pomaga zapobiegać błędom klientów — na przykład wybraniu ilości 2 dla jednej wizyty.

## Dlaczego warto to usunąć

Gdy klient wybierze więcej niż jedną sztukę dla produktu rezerwacyjnego, dodatkowe ilości mogą być wyświetlane w kalendarzu jako niedostępne (ponieważ dla danego czasu istnieje tylko jeden slot). Usunięcie selektora zapewnia, że każda akcja dodania do koszyka oznacza jedną rezerwację.

## Opcja 1: Ukryj w ustawieniach motywu

Wiele motywów Shopify ma wbudowaną opcję ukrycia selektora ilości:

1. Przejdź do **Shopify > Sklep online > Motywy > Dostosuj**
2. Przejdź do szablonu strony produktu
3. Poszukaj **Ilość** przełącznika lub ustawienia widoczności w opcjach sekcji produktu
4. Wyłącz go
5. **Zapisz**

To najprostsze podejście i nie wymaga żadnych zmian w kodzie.

## Opcja 2: Edytuj pliki motywu

Jeśli Twój motyw nie ma wbudowanego przełącznika, możesz ukryć selektor ilości, edytując kod motywu:

1. Przejdź do **Shopify > Sklep internetowy > Motywy > Działania > Edytuj kod**
2. Znajdź plik szablonu produktu (często `sections/main-product.liquid` lub podobny)
3. Zlokalizuj HTML pola/selekora ilości
4. Ukryj go za pomocą CSS (`display: none`) lub usuń blok HTML
5. **Zapisz**

{% hint style="warning" %}
Edycja plików motywu wymaga pewnej wiedzy z zakresu kodowania. Jeśli nie czujesz się z tym pewnie, poproś dewelopera motywu lub zatrudnij [Eksperta Shopify](https://experts.shopify.com/).
{% endhint %}

## Powiązane

* [Katalog i produkty](/pl/apps-integrations/shopify/catalog-and-products.md) — konfiguracja produktu dla Sesami
* [Ręczna instalacja](/pl/apps-integrations/shopify/online-store/manual-install.md) — niestandardowa integracja motywu


---

# 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://help.sesami.co/pl/apps-integrations/shopify/online-store/i-want-to-remove-the-quantity-drop-down-menu.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.
