Creating Simple and Variable Products
What You’ll Learn
You’ll master the process of creating both simple products (single-item offerings with one price) and variable products (items with multiple options like size, color, or material) in WooCommerce. Understanding when and how to use each product type is essential for accurately representing your inventory and meeting customer expectations for product selection.
Key Concepts
WooCommerce supports two primary product types that form the foundation of most online stores: simple products for straightforward inventory items with fixed pricing, and variable products for items that come in different configurations. Simple products are ideal for physical goods, digital downloads, or services with no options, while variable products allow customers to choose from multiple variations, each potentially with different prices, SKUs, and stock levels. Understanding the structural differences between these types ensures efficient product management and accurate inventory tracking across your entire catalog.
- Simple Products: These are created by navigating to Products > Add New in the WooCommerce dashboard, selecting “Simple Product” as the product type, and entering details like name, description, regular price, and sale price. Simple products cannot have options or variations, making them ideal for standardized items like books, single-size clothing, or digital downloads.
- Variable Products: Created by selecting “Variable Product” as the type, variable products require you to first define product attributes (such as Size or Color) before creating variations that combine different attribute values. Each variation maintains its own SKU, price, and stock quantity, allowing customers to select their preferred configuration at checkout.
- Product Data Section: In the product editor, the Product Data section contains tabs for General (pricing and inventory), Inventory (stock status), Shipping (weight and dimensions), and Linked Products (upsells and cross-sells). For variable products, the Variations tab appears here, where you add and configure each product variation individually or in bulk.
- SKU Assignment: Both simple and variable products should have unique Stock Keeping Units (SKUs) for inventory tracking purposes. Simple products receive a single SKU, while variable products can have different SKUs for each variation, enabling precise stock monitoring and easier integration with accounting or fulfillment systems.
Practical Application
Log into your WooCommerce dashboard and create one simple product (such as a featured item without options) and one variable product (such as a t-shirt available in multiple sizes and colors) using the exact steps outlined above. Configure pricing, add descriptive text, upload product images, and verify that both products display correctly in your store’s front-end before publishing.