Categories
-
Use Cases
Documents
-
REST API Reference
WooCommerce 2.6 added support for REST API endpoints based on the WordPress REST API infrastructure. Composite Products extends the /products/ and /orders/ endpoint responses with additional properties that are documented in this guide. Products Product Properties Attribute Type Context Description composite_virtual boolean read write Forces all contents of this composite product to be treated as […]
-
Snippets
In this document, you will find many useful snippets for customizing the appearance and functionality of Composite Products. To use a snippet, you can download the linked file and activate it as you would do with any other plugin. Alternatively, you can copy the contained code into your child theme’s functions.php file. Components & Component Options Change the default […]
-
Store Owner’s Guide – Basic Setup
Installation Download the .zip file from your WooCommerce account. Go to WordPress Admin > Plugins > Add New. Click Upload Plugin at the top. Choose File and select the .zip file you downloaded in Step 1. Click Install Now and Activate the extension. Getting Started Every Composite product consists of multiple building blocks called Components. […]
-
Store Owner’s Guide – Beyond Basics
Scenarios Composite Products provides a framework for implementing conditional logic based on product/variation selections: Scenarios. Scenarios make it possible to: Hide individual Component Options (products and variations) conditionally. Hide entire Components conditionally. Modify the main product image in response to product/variation selections. Trigger custom-coded actions while users choose products and variations. How Scenarios Work Every […]
-
Use Case: Create Configurable Products
The most straightforward way to offer configurable products with WooCommerce is to use the Variable product type to create product variations. From an inventory perspective, a variable product is a practical way to simplify the management of many related SKUs that share the same configurable attributes. However, only a single SKU is used when a […]
-
Use Case: Create Step-by-Step Kit Builders
Step-by-step kit builders make it easier for customers to configure complex configurable products by breaking the configuration process into smaller steps. In this guide you will learn how to create the Build Your Skateboard composite product, as seen in the Store Owner’s Guide. Plugins/Extensions Used WooCommerce WooCommerce Composite Products Storefront Configuration To configure the Build […]
-
Use Case: Sell in Bulk
When selling products by the unit (volume, area, weight), it is fairly common to offer multiple retail and bulk packages. For example, foods and beverages are often available in retail packages and bulk packages. The Composite type provides a practical solution when there is a need to group multiple bulk packaging options of the same […]