Creating Variable and Group Products
Creating variable and group products within WordPress using WooCommerce involves specific steps to handle products with multiple variations or grouped product collections. Here’s a brief overview:
Creating Variable Products
Variable products allow you to offer different variations of a single product, such as different sizes, colours, or any other attribute.
- Add a New Product:
- Go to your WordPress dashboard.
- Navigate to
Products>Add New.
- Set Product Type:
- In the
Product Datadropdown, selectVariable Product.
- In the
- Add Attributes:
- Go to the
Attributestab. - Click
Addto create a new attribute (e.g., size, colour). - Enter the attribute name and values (separated by a pipe
|). - Check the
Used for variationsbox and save attributes.
- Go to the
- Add Variations:
- Go to the
Variationstab. - Click
Add variationand selectCreate variations from all attributes. - Configure each variation by setting its price, SKU, stock status, and any other specific details.
- Go to the
- Set Variation Details:
- For each variation, you can also set images, shipping details, and custom attributes.
- Publish:
- Click the
Publishbutton to make the variable product live on your site.
- Click the
Creating Grouped Products
Grouped products allow you to create a collection of related products that can be purchased individually from a single product page.
- Add a New Product:
- Go to your WordPress dashboard.
- Navigate to
Products>Add New.
- Set Product Type:
- In the
Product Datadropdown, selectGrouped Product.
- In the
- Create and Add Simple Products:
- First, create the simple products you want to group.
- Each simple product should be created and published individually.
- Link Grouped Products:
- Go to the
Linked Productstab within the grouped product’sProduct Datasection. - In the
Grouped productsfield, search for and add the simple products you created.
- Go to the
- Set Grouped Product Details:
- Enter the grouped product name and description.
- Optionally add categories, tags, and a main product image.
- Publish:
- Click the
Publishbutton to make the grouped product live on your site.
- Click the
Key Points to Remember
- Variable Products: Use for items with multiple variations. Each variation can have its own price, stock, and attributes.
- Grouped Products: Use to bundle related products together. Each product in the group is sold separately but displayed together.
By following these steps, you can efficiently create and manage both variable and grouped products within your WooCommerce store on WordPress, providing flexibility and better shopping experiences for your customers.
