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

# Fjern rullemenuen for antal

Hvis din tjeneste kun tillader én booking pr. tidsrum, hjælper det at fjerne mængdevælgeren fra produktsiden med at forhindre kundefejl — som f.eks. at vælge en mængde på 2 til en enkelt aftale.

## Hvorfor fjerne den

Når en kunde vælger mere end én mængde til et bookingprodukt, kan de ekstra mængder blive vist som utilgængelige i din kalender (da der kun er ét tidsrum pr. tidspunkt). Ved at fjerne vælgeren sikrer du, at hver tilføj-til-kurv-handling svarer til én booking.

## Mulighed 1: Skjul via temaindstillinger

Mange Shopify-temaer har en indbygget mulighed for at skjule mængdevælgeren:

1. Gå til **Shopify > Online Store > Temaer > Tilpas**
2. Gå til skabelonen for din produktside
3. Se efter en **Mængde** skifteknap eller synlighedsindstilling i produktsektionens indstillinger
4. Deaktiver den
5. **Gem**

Dette er den enkleste metode og kræver ingen kodeændringer.

## Mulighed 2: Rediger temafiler

Hvis dit tema ikke har en indbygget skifteknap, kan du skjule mængdevælgeren ved at redigere temakoden:

1. Gå til **Shopify > Webshop > Temaer > Handlinger > Rediger kode**
2. Find produktskabelonfilen (ofte `sections/main-product.liquid` eller lignende)
3. Find HTML-koden for mængdeinput/vælger
4. Skjul den med CSS (`display: none`) eller fjern HTML-blokken
5. **Gem**

{% hint style="warning" %}
Redigering af temafiler kræver en vis kodningsviden. Hvis du ikke er tryg ved det, så spørg din temaleverandør eller hyr en [Shopify-ekspert](https://experts.shopify.com/).
{% endhint %}

## Relateret

* [Katalog og produkter](/da/apps-integrations/shopify/catalog-and-products.md) — produktopsætning til Sesami
* [Manuel installation](/da/apps-integrations/shopify/online-store/manual-install.md) — tilpasset temaintegration


---

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