> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/avante-themes/faq/products-and-variants.md).

# Products & variants

- [Products show as sold out or unavailable on the live store](https://staylime.com/docs/avante-themes/faq/products-and-variants/products-show-as-sold-out-or-unavailable-on-the-live-store.md): Products look in stock in the Shopify editor but show as sold out on your live store? Fix it via Markets, shipping zones, locations, and variants.
- [How do I show color swatches?](https://staylime.com/docs/avante-themes/faq/products-and-variants/how-do-i-show-color-swatches.md): Enable color swatches in Avante: go to Theme settings → Variant selector → Color pills, enter your variant label name, and pick Swatch or Image style.
- [Why aren't my collection filters showing up?](https://staylime.com/docs/avante-themes/faq/products-and-variants/why-arent-my-collection-filters-showing-up.md): Collection filters in Avante require the free Shopify Search & Discovery app. Install it, configure filters in its settings, and they appear automatically.
- [How do I set up Linked Products?](https://staylime.com/docs/avante-themes/faq/products-and-variants/how-do-i-set-up-linked-products.md): Set up Linked Products in Avante to display separate products as color swatches on the product page, letting each color appear individually on collection pages.
- [How do I show different content per product?](https://staylime.com/docs/avante-themes/faq/products-and-variants/how-do-i-show-different-content-per-product.md): Display product-specific size charts, care instructions, or material notes in Avante using metafield-driven collapsible tabs and pop-up blocks.
- [How to edit or remove demo text from Quick View?](https://staylime.com/docs/avante-themes/faq/products-and-variants/how-to-edit-or-remove-demo-text-from-quick-view.md): Quick View placeholder text lives in the Products → quick-view template in the Theme Editor. Open it and edit or delete the demo blocks directly.
- [Can I add a wishlist?](https://staylime.com/docs/avante-themes/faq/products-and-variants/can-i-add-a-wishlist.md): Avante has no built-in wishlist — a wishlist needs server-side customer data, which themes can't store. Add one with a Shopify wishlist app like Wishlist Plus or Growave.


---

# 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://staylime.com/docs/avante-themes/faq/products-and-variants.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.
