# Wishlist Sharing

Bizzwishlist allows customers to share their wishlist with friends and family via a unique URL. Shared wishlists are displayed in a read-only view, making them perfect for gift ideas or product recommendations.

## Enabling Wishlist Sharing

1. Go to **Bizzwishlist > Settings**.
2. Find the **"Sharing"** section.
3. Set **"Enable Sharing"** to **Yes**.
4. Save the settings.

> **Screenshot placeholder:** *Admin settings showing the sharing enable toggle.*

## How Sharing Works

### Share Button

When sharing is enabled, a **Share** button appears on the wishlist page. Customers can click this button to get their unique shareable link.

> **Screenshot placeholder:** *Wishlist page showing the Share button.*

### Shareable URLs

Each user (and guest) gets a unique URL for their wishlist:

- **Logged-in users:** The URL contains the user ID as the share key.
  Example: `https://yourstore.com/wishlist/?bizzwishlist_share=42`

- **Guest visitors:** The URL contains the session UUID as the share key.
  Example: `https://yourstore.com/wishlist/?bizzwishlist_share=a1b2c3d4-e5f6-...`

### Read-Only View

When someone visits a shared wishlist link:

- They see all the products in the sharer's wishlist.
- The view is **read-only** — they cannot remove items or modify the wishlist.
- **Add to Cart** buttons are still available, so visitors can purchase the shared products.
- The **checkbox selection** and **remove buttons** are hidden.

> **Screenshot placeholder:** *Shared wishlist view showing products with Add to Cart buttons but no remove or edit options.*

## Sharing Methods

Customers can share their wishlist link through:

- **Copy link** — Copy the URL to clipboard and paste it anywhere
- **Email** — Send the link via email
- **Social media** — Share on platforms like Facebook, WhatsApp, or Twitter
- **Messaging apps** — Send through any messaging platform

The plugin provides the shareable URL; customers can use any method they prefer to distribute it.

## Use Cases

- **Gift registries** — Share a wishlist with family for birthdays, holidays, or weddings
- **Product recommendations** — Share favorite products with friends
- **Collaborative shopping** — Let someone see what you are interested in before purchasing together
