> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/space/guides/products/hide-out-of-stock-variants.md).

# Hide out of stock options

Space includes built-in settings to control how unavailable product options are displayed to customers. You can choose to hide them completely or show them as disabled.

***

### Using theme settings

{% stepper %}
{% step %}
Go to **Online Store** > **Themes** > **Customize**
{% endstep %}

{% step %}
Click **Theme settings** (gear icon)
{% endstep %}

{% step %}
Navigate to **Product options**
{% endstep %}

{% step %}
Find the **Unavailable indication** setting
{% endstep %}

{% step %}
Choose your preferred option:

* **Show as disabled** - Displays unavailable options with a strikethrough (default)
* **When option is not available** - Hides unavailable options completely
* **Do not indicate** - Shows all options as available
  {% endstep %}

{% step %}
Click **Save**
{% endstep %}
{% endstepper %}

***

### Recommendation

**Show as disabled** is recommended because it:

* Shows customers all available variations
* Clearly indicates what's temporarily unavailable
* Helps customers understand the full product range
* May encourage customers to check back later

**Hide unavailable options** if:

* You want to keep the interface clean
* Unavailable options are permanently discontinued
* You have many options and want to reduce clutter

***

### Need more control?

For advanced CSS customization beyond these settings, see our [advanced customization guide](https://github.com/BrickspaceLab/theme-docs/blob/main/general/developer-guides/advanced-customizations/hide-out-of-stock-options.md).


---

# 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:

```
GET https://help.brickspacelab.com/space/guides/products/hide-out-of-stock-variants.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.
