Product Configurator for WooCommerce allows you to use transparent image layers to build real-time visual previews of custom products.
Give your customers an interactive experience and eliminate the need for hundreds of product variations and images. Export image layers from Photoshop, 3D renders, or other sources, and let the user assemble their product dynamically—no need for technical skills or bulky setups.
Whether you’re customizing jewelry, watches, clothing, furniture, or electronics, this plugin lets you offer flexible configuration options while keeping your store lightweight and manageable.
Easily add a product configurator to WordPress, with the plugin Product Configurator for Woo!
Have feedback, ideas, or found a bug? Report issues on GitHub or use the support forum.
Features
????️ Layered Image Rendering – Compose product previews using transparent PNG layers—no need to create images for every combination.
???? Multiple Views – Show multiple angles or perspectives (e.g., front, side, back) of the product.
???? Multi-Step Configurator – Split complex product builds into multiple steps to streamline user experience.
???? Price per Option(via add-on) – Assign additional pricing to individual options (great for premium upgrades).
???? Form Fields(via add-on) – Let users enter text, numbers, or upload files—ideal for personalized orders.
???? Custom Pricing Formulas(via add-on) – Calculate advanced prices dynamically based on user input and selected options.
???? Conditional Logic(via add-on) – Show/hide options dynamically depending on user selections—perfect for complex logic flows.
???? Inventory & Stock Management(via add-on) – Track inventory per option inside the configurator, or by linking to actual WooCommerce products.
???? Linked Products(via add-on) – Link any configurator choice to a real product in your WooCommerce shop:
Add real components to the cart
Track SKUs and inventory
Support ERP/warehouse integration
Build composite/bundled products
Use or override linked product pricing
???? Live Text Overlay(via add-on) – Let customers preview custom text with your fonts and colors—ideal for engraving, embroidery, and personalization.
???????? Developer Friendly – Includes hooks, filters, and a clean, commented codebase. Limited docs for now, but open support is available.
PERFORMANCE: Multiple views data only included if images are present
TWEAK: possibility to re-order views without loosing the thumbnails set in choices
1.5.1 – 31/Jul/2025
TWEAK: Parse conditions on import (compatibility with latest Conditional logic add-on)
Fix: Data issue when only one choice exists in a layer
FIX: Default settings overriding selection when saving the configurator settings
1.5.0 – 15/Jul/2025
FEATURE: Added compatibility with Variable products, previously available as an add-on.
SECURITY: Prevent possible Cross Site Request Forgery, which would allow purging configuration cache if executed – credit to Nguyen Xuan Chien for the discovery
TWEAK: Set default options when first installing the plugin
TWEAK: Improved accessibility on the Frontend, for keyboard navigation and voice over.
DEV: Refactored copy / paste functionality to work with paste event instead of reading the clipboard data directly
DEV: include Button object in added_to_cart event
TWEAK: Prevent error when a parent group was deleted without removing children first
1.4.4 – 13/Jun/2025
COMPATIBILITY: prepared compatibility with upcoming text overlay add-on
COMPATIBILITY: improved compatibility with WooCommerce Wholesale pricing
TWEAK: Add color picker to Color field
TWEAK: Automatic purge with WP-Optimize and WP-Rocket purging
TWEAK: Bolide inline style tweaks
TWEAK: Float theme CSS tweaks
DEV: Add repeater field type in layer / choice settings
DEV: Add JS filter PC.fe.viewer.main_view
DEV: Add JS action PC.fe.models.layer.init
DEV: Add JS action PC.fe.angle_view.init to trigger in Conditional logic
1.4.3 – 9/May/2025
FIX: In some cases, when the configuration contains only one image, the attachment would be saved again and again. Not duplicating the file, but the post.
TWEAK: Added navigation history in the settings page, to allow staying on the same setting section when saving / refreshing
1.4.2 – 6/May/2025
FIX: Compatibility issue with Variable products, where selected data was not visible in the cart
1.4.1 – 1/May/2025
FIX: Possible Fatal error when wp_generate_attachment_metadata did not exist
TWEAK: Configuration image generation does not use transients anymore