Linux 软件免费装
Banner图

Webkoding ConfigMate – Product Configurator for WooCommerce

开发者 webkoding
更新时间 2026年9月5日 03:15
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

woocommerce product addons product options live preview product configurator

下载

1.0.1 1.0.2 1.0.3

详情介绍:

ConfigMate turns any WooCommerce product into a visual configurator. Define layers — color swatches, size selects, add-on checkboxes — each option carrying its own price and (optionally) a preview image. On the product page the customer picks options, watches the product image compose live, and sees the price update instantly. The configured product flows into the normal WooCommerce cart and the chosen options are saved on the order. Unlike heavy "design canvas" plugins, ConfigMate is a lightweight layer-select + live price model: modern, fast, mobile-first, and far less support overhead than a full text/font/clipart designer. It's the sweet spot for signage and banners, furniture, apparel add-ons, promotional products, packages and B2B made-to-order items. What sets ConfigMate apart: Built to the WordPress coding standards: nonce-verified writes, escaped output, sanitized input, prepared statements, HPOS-compatible, dark mode and RTL. ConfigMate Pro One optional add-on — https://webkodingtheme.com/plugins/configmate/ — adds conditional layers: show a group of options only once another option is chosen — a thread colour that appears after a monogram is added, an engraving font that appears after engraving is. Nothing above depends on it and nothing here is disabled without it; the add-on is extra code, installed beside this plugin. Use Cases Key Features

安装:

  1. Install and activate WooCommerce.
  2. Upload the plugin folder to /wp-content/plugins/ and activate it.
  3. Edit a product, open Product data → Configurator, define your layers and priced options as JSON and set "enabled": true. Or use ConfigMate → Example product to have one built for you in a click.
  4. The product page now shows the configurator with a live preview and price.

屏幕截图:

  • The breakdown under the total: the base price and what each chosen option added
  • The configurator definition lives in a Configurator tab on the product itself — no separate settings screen to keep in step

升级注意事项:

1.0.3 The configurator field no longer fails silently on invalid JSON. 1.0.2 Cosmetic: author name and a link in the description. No functional change. 1.0.1 Layout and preview fixes for the product page. 1.0.0 Initial release.

常见问题:

Does it require WooCommerce?

Yes. Configurable items are WooCommerce products and checkout uses the WooCommerce cart.

Can the customer fake the price?

No. The configurator shows a live total for convenience, but the authoritative unit price is recomputed on the server from the product's stored configuration, and every selected option id is re-validated against that config, at add-to-cart and at order creation.

How does the live image preview work?

Give an option an image_id (a transparent PNG works best). When the option is chosen, ConfigMate overlays that image on top of the product's base image, composing the configured look in the browser.

Do I need a page builder or code?

No. The configurator is defined per product as a small JSON structure in the Configurator tab; the frontend renders automatically on the product page.

更新日志:

1.0.3 1.0.2 1.0.1 1.0.0