# Assigned to No One - Invalid Quantity

When customers add multiple quantities of a booking service to their cart, it can result in bookings being "Assigned to: No one". This guide explains the issue and provides two solutions.

## The problem

One particular issue with booking in Sesami occurs when bookings are assigned to "No one" in the app. This commonly happens when:

* Customers add a quantity greater than 1 to their cart
* The booking product allows quantity selection on the product page
* There aren't enough team members or slots available to fulfill multiple bookings at the same time

## Two prevention methods

There are two main preventative measures we recommend:

1. **Hiding the quantity selector** on the product page
2. Using Sesami's **group appointment feature**

You can use either method, or both for maximum protection.

***

## Method 1: Hide quantity on theme

The most common solution is to **hide the quantity selector** either through theme options or by editing the liquid theme files directly.

### Why this works

Hiding the quantity on your Sesami booking product ensures that a single "add to cart" action by your client equates to exactly one booking slot in the Sesami app.

### How to hide quantity

Depending on your theme and level of expertise, you have a few options:

#### Option A: Theme settings (if available)

Some Shopify themes offer a setting to hide quantity selectors for specific products. Check your theme's customization options.

#### Option B: Edit theme code

You may need to edit your theme's liquid files to hide the quantity selector.

**Shopify community resources:**

* [Prestige Theme - Hide/Delete Quantity button](https://community.shopify.com/c/Shopify-Design/Prestige-Theme-Hide-Delete-Quantity-button/m-p/677629#M168999)
* [Removing quantity box for select products](https://community.shopify.com/c/Shopify-Design/Removing-quantity-box-for-select-products/td-p/230560)
* [Remove Quantity from a product](https://community.shopify.com/c/Shopify-Design/Remove-Quantity-from-a-product/m-p/470826#M122381)

{% hint style="warning" %}
**Note**: Depending on your theme, you might want to consult your web developer or theme developer for help, as code changes may be required.
{% endhint %}

#### Need help?

If you're unable to successfully hide the quantity variable in your Shopify product booking page, [contact our support team](mailto:help@sesami.co).

***

## Method 2: Use group appointments

The second method is to utilize Sesami's group appointment booking feature.

### How it works

By using the group appointment feature, the number of reservations per time slot will be limited to the maximum number of bookings you set. This enables an app check to ensure that:

* There is actually a slot available for the client to book
* There is a team member available to assign the booking to

### How to enable group appointments

1. Open **Sesami** in your Shopify Admin
2. Navigate to **Services**
3. Click on a service
4. Navigate to **Group Appointments**
5. Configure the maximum bookings per slot
6. **Save** your changes

For more information, see our [Group Appointments](/booking/booking-features/group-appointments.md) guide.

***

## Extra preventive measures

In addition to the methods above, enable these settings for additional protection:

1. Navigate to: **Sesami > Settings**
2. Enable both:
   * **"Reservation period"** - Reserves slots during checkout
   * **"Validate appointments in cart"** - Checks availability before checkout

{% hint style="success" %}
**Best practice**: Combine quantity hiding with reservation period and cart validation for the most reliable booking experience.
{% endhint %}

## Related

* [Group Appointments](/booking/booking-features/group-appointments.md) - Group booking configuration
* [Reservation Period](/booking/availability/reservation-period.md) - Reserve slots during checkout
* [Cart Verification Script](/apps-integrations/shopify/online-store/cart-verification-script.md) - Cart validation
* [Remove Quantity Dropdown](/apps-integrations/shopify/online-store/i-want-to-remove-the-quantity-drop-down-menu.md) - Theme customization guide


---

# 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://help.sesami.co/get-started/onboarding/troubleshooting/troubleshooting-assigned-to-no-one-caused-by-invalid-quantity.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.
