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.

  1. Add a New Product:
    • Go to your WordPress dashboard.
    • Navigate to Products > Add New.
  2. Set Product Type:
    • In the Product Data dropdown, select Variable Product.
  3. Add Attributes:
    • Go to the Attributes tab.
    • Click Add to create a new attribute (e.g., size, colour).
    • Enter the attribute name and values (separated by a pipe |).
    • Check the Used for variations box and save attributes.
  4. Add Variations:
    • Go to the Variations tab.
    • Click Add variation and select Create variations from all attributes.
    • Configure each variation by setting its price, SKU, stock status, and any other specific details.
  5. Set Variation Details:
    • For each variation, you can also set images, shipping details, and custom attributes.
  6. Publish:
    • Click the Publish button to make the variable product live on your site.

Creating Grouped Products

Grouped products allow you to create a collection of related products that can be purchased individually from a single product page.

  1. Add a New Product:
    • Go to your WordPress dashboard.
    • Navigate to Products > Add New.
  2. Set Product Type:
    • In the Product Data dropdown, select Grouped Product.
  3. Create and Add Simple Products:
    • First, create the simple products you want to group.
    • Each simple product should be created and published individually.
  4. Link Grouped Products:
    • Go to the Linked Products tab within the grouped product’s Product Data section.
    • In the Grouped products field, search for and add the simple products you created.
  5. Set Grouped Product Details:
    • Enter the grouped product name and description.
    • Optionally add categories, tags, and a main product image.
  6. Publish:
    • Click the Publish button to make the grouped product live on your site.

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.