# Wishlist Page

The wishlist page is where customers can view, manage, and interact with all their saved products. This guide explains its features and configuration.

## Automatic Page Creation

When you activate Bizzwishlist, a page titled **"Wishlist"** is automatically created with the `[bizzwishlist]` shortcode. You can find this page under **Pages** in your WordPress admin.

## Assigning the Wishlist Page

If you need to use a different page:

1. Create a new page and add the `[bizzwishlist]` shortcode to its content.
2. Go to **Bizzwishlist > Settings > General**.
3. Select the new page from the **"Wishlist Page"** dropdown.
4. Save the settings.

> **Screenshot placeholder:** *Admin settings showing the Wishlist Page dropdown selector.*

## Wishlist Page Features

The wishlist page displays a table with the following columns and actions:

### Product Information

| Column | Description |
|--------|-------------|
| **Checkbox** | Select individual products for bulk cart actions |
| **Product Image** | Product thumbnail image |
| **Product Name** | Linked to the product page |
| **Price** | Current product price (with sale price if applicable) |
| **Stock Status** | Shows "In Stock" or "Out of Stock" |

> **Screenshot placeholder:** *Full wishlist page showing multiple products with all columns visible.*

### Per-Item Actions

Each product row includes:

- **Add to Cart** — Add that specific product to the WooCommerce cart.
- **Remove (×)** — Remove the product from the wishlist.

### Bulk Actions

At the bottom of the wishlist table:

- **Add Selected to Cart** — Adds all checked (selected) products to the cart.
- **Add All to Cart** — Adds every product in the wishlist to the cart.

> **Screenshot placeholder:** *Wishlist page showing the "Add Selected to Cart" and "Add All to Cart" buttons.*

### Wishlist Sharing

When sharing is enabled (see [Sharing](sharing.md)), a **Share** button appears on the wishlist page. Clicking it copies the unique shareable URL to the clipboard or opens sharing options.

## Empty Wishlist

When the wishlist is empty, a message is displayed:

> *"Your wishlist is empty."*

along with a link to browse products.

## Variable Products on the Wishlist Page

If a variable product or specific variation is in the wishlist:

- **With variation tracking enabled:** The specific variation details (e.g., "Size: Large, Color: Red") are shown.
- **Without variation tracking:** The parent product is shown with a variation selector, prompting the user to select options before adding to cart.

See [Variable Products](variable-products.md) for more details.

## Using the Shortcode

The wishlist page is powered by the `[bizzwishlist]` shortcode:

```
[bizzwishlist]
```

Place this shortcode on any page to turn it into the wishlist page. Only one wishlist page should be active at a time.

## Template Override

You can customize the wishlist page design by overriding the template in your theme. See [Template Overrides](template-overrides.md) for instructions.
