> For the complete documentation index, see [llms.txt](https://docs.momocode.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.momocode.de/en/shopware-6/advanced-wishlists/6.-admin-area.md).

# 6. Admin Area

The plugin's admin area is accessible at **Customers → Wishlists**. It contains four tabs:

* **Customer Wishlists** — All wishlists from all customers
* **Global Wishlists** — Merchant-curated wishlists
* **Unavailable Products** — Inactive or channel-removed products on wishlists
* **Analytics** — Statistics and conversion rates

![Admin overview of all customer wishlists](https://459847022-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtiS3-dzuXFp_IH7yRw-1972196547%2Fuploads%2Fgit-blob-917a7ec6e79afaf8f87dbaa1200496023727334f%2F4.png?alt=media)

***

## Customer Wishlists

### Overview

The table shows all customer wishlists with:

* Wishlist name
* Customer name (clickable — opens the customer detail page)
* Item count
* Visibility (public/private)
* Date created

Use the search bar to filter by wishlist name or customer name. Columns are sortable.

### Wishlist Detail View

Click a row to open the detail view with:

* Basic information (name, customer, visibility, item count, creation date)
* Table of all products (name with variant properties, product number, price, quantity, date added)

![Wishlist detail view in the admin](https://459847022-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtiS3-dzuXFp_IH7yRw-1972196547%2Fuploads%2Fgit-blob-25b198060bc9c528e4cc9abc74322c2f0409d17f%2F5.png?alt=media)

### Wishlists in the Customer Profile

On the customer detail page (**Customers → \[Customer Name]**), the **Wishlists** tab lists all wishlists for that customer with direct links to each detail view.

![Wishlists tab in the customer profile](https://459847022-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtiS3-dzuXFp_IH7yRw-1972196547%2Fuploads%2Fgit-blob-855d98122d34d88155a2c6b4049716e286d5f7c3%2F11.png?alt=media)

***

## Global Wishlists

Merchants can create curated wishlists that are visible to all customers in the storefront (or only to customers of a specific sales channel). These lists appear on the customer wishlist overview page under "Shop recommendations".

![Global wishlists in the admin](https://459847022-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtiS3-dzuXFp_IH7yRw-1972196547%2Fuploads%2Fgit-blob-d7f3874faf16eea4b3b6ad9b1cad043e9fb96edb%2F6.png?alt=media)

### Creating a Global Wishlist

1. Open the **Global Wishlists** tab.
2. Click **Create global wishlist**.
3. Enter a name, optionally assign a sales channel (no sales channel = visible in all channels), and set a position.
4. Add products via the product search field.
5. Save.

### Editing a Global Wishlist

Click a row in the Global Wishlists table to edit the name, sales channel, position, and products.

![Global wishlist detail — edit products and settings](https://459847022-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtiS3-dzuXFp_IH7yRw-1972196547%2Fuploads%2Fgit-blob-73aecf1e19709bf33541cf16c0bdc160356f4117%2F7.png?alt=media)

### Deleting a Global Wishlist

Use the context menu (three dots) in the table or the detail view. A delete confirmation is shown.

***

## Unavailable Products

The **Unavailable Products** tab lists all products that:

* Appear on at least one customer wishlist **and**
* Are inactive or removed from the associated sales channel

| Column       | Description                                          |
| ------------ | ---------------------------------------------------- |
| Product      | Name and product number (clickable → product detail) |
| Reason       | Inactive or not in sales channel                     |
| Wishlists    | Number of wishlists the product appears on           |
| Alternatives | Number of assigned active alternative products       |
| Global       | Present on a global wishlist                         |

![Unavailable products — overview](https://459847022-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtiS3-dzuXFp_IH7yRw-1972196547%2Fuploads%2Fgit-blob-c71bceb8c5bb822024761037ea637334be34c902%2F8.png?alt=media)

### Assigning Alternative Products

1. Click a row to open the detail view.
2. In the **Alternative products** section, add products via the product search.
3. Save.

![Assigning alternative products — detail view](https://459847022-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtiS3-dzuXFp_IH7yRw-1972196547%2Fuploads%2Fgit-blob-79c6967c3ed1784f1120c6465387738648e52636%2F9.png?alt=media)

The assigned alternatives are shown to customers on the storefront wishlist detail page as replacement suggestions.

***

## Analytics

The analytics page provides an overview of wishlist activity in your shop:

![Analytics dashboard](https://459847022-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtiS3-dzuXFp_IH7yRw-1972196547%2Fuploads%2Fgit-blob-b2344d30a55acea04f71aceca9079ae9a2362394%2F10.png?alt=media)

### Date Filter

Filter all analytics by any time period using the **From** / **To** date fields.

### Key Metrics

* **Total wishlists** — Number of all customer wishlists in the selected period
* **Total items** — Number of all wishlist items in the selected period
* **Conversion rate** — Share of wishlisted items that were subsequently purchased (within the configured conversion window)

### Most-Wishlisted Products

Table of products that appear most often on wishlists, sorted by number of unique customers. Rows are clickable to the product detail page.

### Activity Trends

Chart of wishlist items added per day/week/month (granularity selectable via a dropdown).

### ACL Permission

The analytics page is protected by the ACL privilege `momo_wishlist_analytics.viewer`. Admin users without this privilege cannot see the analytics section.
