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

# Hide out-of-stock products

✨Managing the visibility of out-of-stock products on your collection pages can enhance the shopping experience for your customers. The **Smart Product Filter & Search** app offers three options to control how sold-out products or variants are displayed:​

1. **Show**: Displays both in-stock and out-of-stock products on the collection page.​
2. **Hide**: Hides out-of-stock products from the collection page by default.​
3. **Only hide out-of-stock products when filtering**: Initially shows all products, but hides sold-out items from the filtered results after a customer applies a filter.​

🛠**To configure these settings:**

1. **Access the App Settings**:
   * From your Shopify admin panel, go to **Apps** and select **Smart Product Filter & Search**.​
2. **Navigate to Product/Variants Settings**:
   * In the app's left sidebar, click on **Settings**.​
   * Scroll to the **Product/Variants** section.​
3. **Set Out-of-Stock Product Display Preference**:
   * In the **Out of stock Products/Variants** dropdown menu, choose one of the following options:​
     * **Show**: Display both in-stock and out-of-stock products.
     * **Hide**: Display only in-stock products.
     * **Only hide out-of-stock products when filtering**: Show all products initially; hide sold-out items after filtering.
4. **Save Your Changes**:
   * Click the **Save** button to apply your selected setting.​

<figure><img src="/files/c7BAwSpTDTZhb74s0QmF" alt=""><figcaption></figcaption></figure>

By customizing these settings, you can control the visibility of out-of-stock products on your collection pages, providing a more streamlined and user-friendly shopping experience.


---

# 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://docs.globo.io/filter/hide-out-of-stock-products.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.
