# How to Add a Grouped Product in WooCommerce

> **Source video:** https://www.youtube.com/watch?v=MahrLowOGng

A grouped product is basically multiple individual products grouped together on one product page. For example, an Xbox with a headset and a controller — three individual products all shown on one page, where a customer can buy, say, one Xbox and two controllers and add them all to the cart together. This guide explains how to set one up.

## Create the Individual Simple Products First

Before you can create a grouped product, you need a simple product for each item that will appear on the grouped product page. In the video these are an Xbox Series S, an Xbox controller, and an Xbox headset.

For the Xbox Series S:

1. From the WordPress dashboard, go to **Products** and click **Add new**.
2. Give the product a name — e.g. Xbox Series S.
3. Because this product will only be offered on the grouped product page, there's no need to add a separate description.
4. Scroll down and add a **Price** (e.g. $300).
5. Add a **Product image** — it will show up in the cart. Click **Set product image**, drag and drop the product images in, choose the Xbox, and click **Set product image**.
6. Hide the product so it doesn't appear as a single product in the store: under **Catalog visibility**, click **Edit**, choose **Hidden**, and click **OK**.
7. Click **Publish**.

Repeat the same steps for the other two products (Xbox controller and Xbox headset): click **Add new**, enter the name, add a price, set the product image, change **Catalog visibility** to **Hidden**, and click **Publish**.

Back on the **Products** screen you can now see the three products you've added.

## Create the Grouped Product

1. Click **Add new** and name the grouped product (e.g. Microsoft Xbox).
2. Enter the product **Description**.
3. Under **Product data**, change the product type from **Simple product** to **Grouped product**.
4. Go to **Linked products** and choose all the products to include in the group. Type "Xbox" and add all the simple products — the Series S, the controller, and the headset.
5. Scroll down and add a **Short description**.
6. On the right side, set the **Product image** and add a few **Gallery images** — in the video, the other products in the group are added to the gallery.
7. You can also add a category and tags.
8. Click **Publish**.

## View the Grouped Product Page

- Right-click **View product** to open the product page. It shows the three products that can be bought on that page, each with its own image, and lets customers choose how many of each product they want before adding them to the cart.
- Because each individual product was set to **Hidden**, only the grouped product appears on the shop page — clicking it takes customers to the grouped product page.