> 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/no/apps-integrations/shopify/online-store/i-want-to-remove-the-quantity-drop-down-menu.md).

# Fjern rullegardinmenyen for antall

Hvis tjenesten din bare tillater én booking per tidsluke, hjelper det å fjerne antallvelgeren fra produktsiden med å forhindre kundefeil — som å velge en mengde på 2 for én enkelt avtale.

## Hvorfor fjerne den

Når en kunde velger mer enn én mengde for et bookingprodukt, kan de ekstra mengdene vises som utilgjengelige i kalenderen din (siden det bare er én plass per tid). Ved å fjerne velgeren sikrer du at hver legg-i-handlekurv-handling tilsvarer én booking.

## Alternativ 1: Skjul via temainnstillinger

Mange Shopify-temaer har et innebygd alternativ for å skjule antallvelgeren:

1. Gå til **Shopify > Nettbutikk > Temaer > Tilpass**
2. Gå til malfilen for produktsiden din
3. Se etter en **Antall** bryter eller synlighetsinnstilling i alternativene for produktseksjonen
4. Deaktiver den
5. **Lagre**

Dette er den enkleste tilnærmingen og krever ingen kodeendringer.

## Alternativ 2: Rediger temafiler

Hvis temaet ditt ikke har en innebygd bryter, kan du skjule antallvelgeren ved å redigere temakoden:

1. Gå til **Shopify > Nettbutikk > Temaer > Handlinger > Rediger kode**
2. Finn produktmalfilen (ofte `sections/main-product.liquid` eller lignende)
3. Finn HTML-koden for antallsfeltet/velgeren
4. Skjul det med CSS (`display: none`) eller fjern HTML-blokken
5. **Lagre**

{% hint style="warning" %}
Å redigere temafiler krever noe kodekunnskap. Hvis du ikke er komfortabel med det, spør temautvikleren din eller hyr en [Shopify-ekspert](https://experts.shopify.com/).
{% endhint %}

## Relatert

* [Katalog og produkter](/no/apps-integrations/shopify/catalog-and-products.md) — produktoppsett for Sesami
* [Manuell installasjon](/no/apps-integrations/shopify/online-store/manual-install.md) — tilpasset temaintegrasjon


---

# 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/no/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.
