> For the complete documentation index, see [llms.txt](https://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/installation-and-requirements/requirements-and-compatibilities.md).

# Requirements & Compatibilities

### Getting Started with Creating Wishlists

Creating customer wishlists is one of the easiest ways to boost engagement, improve product discovery, and bring customers back to complete their purchases. Whether it’s saving favorite products, planning future buys, or sharing gift ideas — this is where it all begins.

This page will walk you through what you need before enabling wishlists and help you get your store ready for a smooth setup.

***

#### What You’ll Learn Here

* The requirements to use WishListSuite correctly
* How to make sure your theme and settings are compatible
* What to check before enabling wishlists on your store

Let’s get everything ready before you get started ✨

***

#### ⚙️ Shopify 2.0 Theme Support

Your store should be using a **Shopify 2.0-compatible theme**. This allows WishListSuite to use **App Blocks** to place wishlist buttons and widgets seamlessly across your store.

💡 Not sure if your theme supports 2.0?\
Go to **Online Store → Themes → Customize**. If you can add **App Blocks or Sections**, you’re good to go!

***

#### 🛒 Theme Integration (Wishlist Buttons & Page)

WishListSuite adds:

* Wishlist buttons on **product pages / collections**
* A dedicated **Wishlist page** for customers

Make sure your theme allows placement of:

* App Blocks (for buttons)
* Navigation links (to add Wishlist page in menu)

***

#### 👤 Customer Accounts (Recommended)

For the best experience, enable **customer accounts** so users can:

* Save their wishlist across devices
* Access it anytime after logging in

📌 You can enable this under:\
**Shopify Admin → Settings → Customer Accounts**

***

#### 🌐 Online Store Must Be Active

Your Online Store channel must be active so that:

* Wishlist buttons appear on your storefront
* Customers can access and interact with their wishlist

📌 Check this under:\
**Shopify Admin → Products → Sales Channels**

***

#### 🔄 Product Availability

Wishlist items reflect your actual product availability:

* If a product goes out of stock, it will show as unavailable in the wishlist
* This helps customers stay updated before purchasing

***

#### You’re Now Ready! 🎉

Once these basics are covered, you’re all set to start:

* Enable wishlist buttons across your store
* Customize the wishlist page and styling
* Let customers save, revisit, and shop their favorite products

***


---

# 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://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/installation-and-requirements/requirements-and-compatibilities.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.
