# WooCommerce Products Wizard > Enables step-by-step configuration, bundling, and customization of complex products (e.g., build-a-box, product configurators, composite listings). ## Quick Stats Rated 4.89 out of 5 | 5 workflow modes | 9 condition rules | PDF support | Kit thumbnail generation | Custom inputs | Complete workflow from items selecting to checkout form ## Demos: - [Multi-Step builder](/): Dynamic components under tabs - [Single-step builder](/single-step-example/): All components on one page - [Expanded Sequence builder](/expanded-sequence-example/): Unblock steps and products with step-by-step navigation - [Cart Reflection mode](/cart-reflection-example/): Products added directly to the main cart immediately - [Dynamic Product Kit](/product/costelo-frame/): Composite product with step-by-step components navigation - [Static Product Kit](/product/giant-xrt/): Composite product with pre-defined components only - [Modal Product Kit](/product/modal-kit/): Composite product with selecting its components via a modal window - [Free Walk builder](/free-walk-example/): Go through the tabs any order - not only step-by-step - [Email Form](/bike-request/): No products; dynamic email with custom fields. - [Redirect mode](/product-category/frames/): Redirect to a builder after adding product to the main cart ## Documentation - [Quick Start](/docs/#quick-start): Plugin basic installation - [Wizard Settings](/docs/#wizard-settings): Products Wizard settings documentation - [Product Settings](/docs/#product-settings): Product settings documentation - [Category Settings](/docs/#category-settings): Product category settings documentation - [Plugin Settings](/docs/#plugin-settings): Global settings documentation - [Availability Rules](/docs/#availability-rules): Condition rules for any wizard entities - [Cart Rules](/docs/#cart-rules): Cart rules and conditions documentation - [Total Rows](/docs/#total-rows): Custom values and amounts output documentation - [Button Controls](/docs/#button-controls): Products Wizard controls styling and behavior description - [Shortcodes](/docs/#shortcodes): Available for using shortcodes - [FAQ](/docs/#faq): Frequently asked questions and answers - [Custom Fields](/docs/#custom-fields): Ways to add custom inputs to the Products Wizard - [PHP Snippets](/docs/#php-snippets): Helpful utils and actions description for PHP - [JS Snippets](/docs/#js-snippets): Helpful utils and actions description for JS ## Common Implementation Recipes ### Recipe 1: Create a "Build-a-PC" Wizard 1. Create steps: `[CPU]` -> `[Motherboard]` -> `[RAM]` -> `[Storage]`. 2. Apply **Condition Rule**: If CPU is "Intel LGA1700", only show compatible Motherboards. 3. Enable **Price Calculation**: Sum component prices + base assembly fee. 4. Enable **Stock Validation**: Prevent selection of out-of-stock GPUs. 5. Output: **PDF Spec Sheet** attached to order email. ### Recipe 2: Create a "Build-a-Gift Box" Wizard 1. Create steps: `[Box Size]` -> `[Fillings]` -> `[Add-Ons]` -> `[Personalization]` -> `[Preview]`. 2. Apply Condition Rule: If Box Size is "Small", limit Fillings to 3 items and hide "Large Ribbon" Add-On. 3. Enable Quantity Rules: Set Min 1 / Max based on box size for Fillings step. 4. Enable Thumbnail Generation: Show visual preview of filled box before checkout. 5. Output: PDF Gift Receipt with personalization message sent to customer and recipient. ### Recipe 3: Create a "Custom Bike Configurator" Wizard Create steps: `[Frame Type]` -> `[Wheels]` -> `[Drivetrain]` -> `[Brakes]` -> `[Accessories]`. Apply Condition Rule: If Frame Type is "Road", only allow 700c Wheels and Rim Brakes; if "Mountain", only allow 27.5"/29" Wheels and Disc Brakes. Enable Price Calculation: Sum frame + components + assembly fee. Enable Stock Validation: Check availability of each component (e.g., specific brake model). Output: PDF Bike Spec Sheet with component list, weight calculation, and assembly instructions. ## Versions - [Free Version](https://wordpress.org/plugins/products-wizard-lite-for-woocommerce/): Products Wizard Lite for WooCommerce - [Sandbox Version](https://sandbox.troll-winner.com/wcpw/): Private PRO version 24-hours sandbox ## Other links - [Articles](/articles/): Recipes and new features explanation - [Shop page](/plugin-shop-page/): Page redirecting to the shop selling the plugin