Remove the Quantity Dropdown Menu
Last updated
Was this helpful?
If your service only allows one booking per time slot, removing the quantity selector from the product page helps prevent customer errors — like selecting a quantity of 2 for a single appointment.
When a customer selects more than one quantity for a booking product, the extra quantities may show as unavailable in your calendar (since there's only one slot per time). Removing the selector ensures each add-to-cart action equals one booking.
Many Shopify themes have a built-in option to hide the quantity selector:
Go to Shopify > Online Store > Themes > Customize
Navigate to your product page template
Look for a Quantity toggle or visibility setting in the product section options
Disable it
Save
This is the simplest approach and doesn't require any code changes.
If your theme doesn't have a built-in toggle, you can hide the quantity selector by editing the theme code:
Go to Shopify > Online Store > Themes > Actions > Edit Code
Find the product template file (often sections/main-product.liquid or similar)
Locate the quantity input/selector HTML
Hide it with CSS (display: none) or remove the HTML block
Save
Editing theme files requires some coding knowledge. If you're not comfortable, ask your theme developer or hire a Shopify Expert.
Catalog and Products — product setup for Sesami
Manual Install — custom theme integration
Last updated
Was this helpful?
Was this helpful?
