Title: CoreLabs Product Options for WooCommerce
Author: 74h1r
Published: <strong>June 3, 2026</strong>
Last modified: June 3, 2026

---

Search plugins

![](https://ps.w.org/corelabs-product-options/assets/banner-772x250.png?rev=3559427)

![](https://ps.w.org/corelabs-product-options/assets/icon-256x256.png?rev=3559427)

# CoreLabs Product Options for WooCommerce

 By [74h1r](https://profiles.wordpress.org/74h1r/)

[Download](https://downloads.wordpress.org/plugin/corelabs-product-options.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/corelabs-product-options/#description)
 * [Reviews](https://wordpress.org/plugins/corelabs-product-options/#reviews)
 *  [Installation](https://wordpress.org/plugins/corelabs-product-options/#installation)
 * [Development](https://wordpress.org/plugins/corelabs-product-options/#developers)

 [Support](https://wordpress.org/support/plugin/corelabs-product-options/)

## Description

**CoreLabs Product Options for WooCommerce** lets you add extra fields and paid 
add-ons to your products, then show, hide, or require those fields based on what
the customer chooses. Build forms visually with a drag-and-drop builder, preview
them live, and let shoppers see a running, currency-formatted options total before
they add to cart.

Whether you sell customizable products, gifts with engraving, made-to-order items,
or services with optional extras, you can collect exactly the information you need
and charge for it accurately.

#### Field types included (free)

 * **Text** — single-line input with placeholder and max-length.
 * **Text area** — multi-line input for longer notes.
 * **Number** — with min, max, and step controls.
 * **Checkbox** — a single yes/no option.
 * **Multiple choice (radio)** — pick one from a list of options.
 * **Dropdown (select)** — choose one option from a menu.
 * **Surcharge / fee** — add a fixed charge to the order.
 * **Section heading** — group and label your fields.

#### Conditional logic (free)

Show, hide, or require any field based on the value of another field using a single
condition with the **is** and **is not** operators. Keep your product forms clean
by only revealing the fields that are relevant to each customer’s selection.

#### Add-on pricing (free)

Attach a flat add-on price to options so the cost of customizations is reflected
automatically. The product page shows a live, currency-formatted **options total**
that updates as customers make selections, so there are no surprises at checkout.

#### Builder and field settings (free)

 * Drag-and-drop builder with **live preview**.
 * Per-field **placeholder**, **help / description text**, and **default value**.
 * **Min, max, and step** for number fields.
 * **Max-length** for text fields.

#### Built right

 * **HPOS compatible** (High-Performance Order Storage).
 * **Accessible** — proper `fieldset`/`legend` structure, ARIA attributes, and visible
   focus styles.
 * **Fully translatable** — ready for localization into any language.

#### Go further with Pro

A separate **Pro add-on** (sold separately, not on WordPress.org) extends the free
plugin with:

 * Advanced **multi-condition** logic and more operators.
 * **Per-unit** and **percentage** pricing.
 * **Colour swatches**.
 * **Date** fields.

The features listed under the free sections above are all included in this plugin.
Pro is optional and adds the capabilities listed in this section only.

### Development

This plugin is not obfuscated. The compiled assets in `build/` are generated from
the human-readable source shipped in this package:

 * `src/` — the admin builder (React, via `@wordpress/scripts`) and the product-
   page runtime (vanilla JS) that compile to `build/index.js` and `build/frontend.
   js`.
 * `assets/css/` — the stylesheet sources compiled to `build/index.css` and `build/
   frontend.css`.
 * `composer.json` — the PSR-4 autoload map for the `includes/` PHP classes.

To rebuild from source:

    ```
    npm install then `npm run build` (uses `@wordpress/scripts` / webpack; see `webpack.config.js`).
    composer install regenerates the PHP autoloader.
    ```

## Screenshots

 * [[
 * The drag-and-drop builder with live preview, showing fields and single-condition
   conditional logic settings.
 * [[
 * The product page with custom options and the live, currency-formatted options
   total.

## Installation

 1. Make sure WooCommerce is installed and active.
 2. In your WordPress admin, go to **Plugins > Add New** and search for “CoreLabs Product
    Options for WooCommerce”, or upload the plugin ZIP under **Plugins > Add New > 
    Upload Plugin**.
 3. Click **Install Now**, then **Activate**.
 4. Edit any product, open the **Product Options** tab, and use the drag-and-drop builder
    to add fields, set add-on prices, and configure conditional logic.
 5. Save the product and view it on the storefront to see your fields and the live 
    options total.

## FAQ

### Does this require WooCommerce?

Yes. WooCommerce must be installed and active for the plugin to work.

### What field types are available in the free version?

Text, text area, number, checkbox, multiple choice (radio), dropdown (select), surcharge/
fee, and section heading.

### Can I show or hide a field based on another field?

Yes. The free version supports single-condition conditional logic to show, hide,
or require a field based on another field’s value, using the “is” and “is not” operators.
Advanced multi-condition logic and additional operators are available in the Pro
add-on.

### How does add-on pricing work?

The free version supports flat add-on pricing: you assign a fixed price to options,
and the product page displays a running, currency-formatted options total as customers
make selections. Per-unit and percentage pricing are available in the Pro add-on.

### Is the plugin compatible with HPOS (High-Performance Order Storage)?

Yes. The plugin is compatible with WooCommerce’s High-Performance Order Storage.

### Is the plugin accessible?

Yes. Forms use proper `fieldset` and `legend` structure, ARIA attributes, and visible
focus styles to support keyboard and screen-reader users.

### Can I translate the plugin?

Yes. The plugin is fully translatable and ready for localization.

### Do I need Pro to use the plugin?

No. The free plugin is fully functional on its own. Pro is an optional, separately
sold add-on that adds multi-condition logic, more operators, per-unit and percentage
pricing, colour swatches, and date fields.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“CoreLabs Product Options for WooCommerce” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ 74h1r ](https://profiles.wordpress.org/74h1r/)

[Translate “CoreLabs Product Options for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/corelabs-product-options)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/corelabs-product-options/),
check out the [SVN repository](https://plugins.svn.wordpress.org/corelabs-product-options/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/corelabs-product-options/)
by [RSS](https://plugins.trac.wordpress.org/log/corelabs-product-options/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release.
 * Field types: text, text area, number, checkbox, multiple choice (radio), dropdown(
   select), surcharge/fee, and section heading.
 * Single-condition conditional logic (show / hide / require) with “is” and “is 
   not” operators.
 * Flat add-on pricing with a live, currency-formatted options total.
 * Drag-and-drop builder with live preview.
 * Per-field placeholder, help/description text, default value, number min/max/step,
   and text max-length.
 * HPOS compatibility.
 * Accessibility: fieldset/legend structure, ARIA attributes, and focus styles.
 * Fully translatable.

## Meta

 *  Version **1.0.0**
 *  Last updated **8 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [add-ons](https://wordpress.org/plugins/tags/add-ons/)[conditional logic](https://wordpress.org/plugins/tags/conditional-logic/)
   [extra fields](https://wordpress.org/plugins/tags/extra-fields/)[Product Addons](https://wordpress.org/plugins/tags/product-addons/)
   [Product options](https://wordpress.org/plugins/tags/product-options/)
 *  [Advanced View](https://wordpress.org/plugins/corelabs-product-options/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/corelabs-product-options/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/corelabs-product-options/reviews/)

## Contributors

 *   [ 74h1r ](https://profiles.wordpress.org/74h1r/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/corelabs-product-options/)