Description
Alovio Product Options turns WooCommerce products into configurable products. Add extra fields and paid add-ons, show or hide them with conditional logic, price them per unit, per character, as a percentage or with a formula — and let shoppers watch a live price breakdown update as they choose.
Everything is free. No Pro version, no locked features, no upsell screens.
Build once, apply everywhere
Create an option group in the visual builder and apply it to all products, whole categories, or hand-picked products. Priorities control the order when several groups meet on one product. A slim panel on the product-edit screen shows exactly which groups apply, with one-click deep links.
18 field types
Text, text area, number, checkbox, multiple choice (radio), dropdown, button group, colour swatch, image swatch, quantity stepper, date, time, email, phone, URL, file upload (secure, rate-limited, MIME-verified), surcharge, and section heading.
Conditional logic — all of it free
Show, hide or require any field based on other fields, with multi-condition AND/OR rules and five operators (is, is not, contains, greater than, less than). The builder previews rules live: set a value in the simulation bar and watch fields appear and disappear exactly as they will on the product page.
Five pricing modes
- Fixed — a flat add-on price.
- Per unit — price × the number entered (number and quantity fields).
- Per character — price × text length (engraving!).
- Percentage — a share of the product price, variation-aware.
- Formula — decimal-safe expressions over your fields:
{width} * {height} * 0.85, withmin(),max(),round().
Live price breakdown
Instead of a mystery total, shoppers see an itemized box: base price, each chosen option with its cost, and the final total — updating live, following the selected variation, formatted in your store currency.
A builder you’ll actually enjoy
The full-screen builder shows your fields as the customer sees them, with drag-and-drop ordering, undo, ⌘S save, a preview-as-customer simulation bar and a live options total. Start from one of six templates — gift options, engraving, t-shirt designer, made-to-order dimensions, delivery date, donation — or import/export groups as JSON between sites.
Built right
- HPOS compatible (High-Performance Order Storage).
- Accessible — fieldset/legend structure, ARIA attributes, focus styles, inline validation messages.
- Translatable & RTL-ready.
- Option values flow into cart, checkout, order emails and the admin order screen; uploads become admin download links.
- Server-side prices are always authoritative — the browser preview can never change what gets charged.
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 hub/builder (React, via@wordpress/scripts), the product-page runtime and the shared formula engine, compiled tobuild/hub.jsandbuild/frontend.js.assets/css/— stylesheet sources compiled into the bundles.composer.json— the PSR-4 autoload map for theincludes/PHP classes.
To rebuild from source: npm install && npm run build (webpack via @wordpress/scripts; see webpack.config.js), and composer install for the PHP autoloader.
Screenshots





Installation
- Make sure WooCommerce is installed and active.
- Go to Plugins Add New, search for “Alovio Product Options”, install and activate.
- Open WooCommerce Product Options and create your first group — or start from a template.
- Assign the group to all products, categories or specific products, hit Save & publish, and check the product page.
Upgrading from 1.x? Your per-product fields are migrated to option groups automatically — nothing to do.
FAQ
-
Is it really all free?
-
Yes. As of 2.0 every feature — multi-condition logic, all field types, all pricing modes, file uploads, templates, import/export — ships in this plugin. There is no Pro version.
-
Does this require WooCommerce?
-
Yes. WooCommerce must be installed and active.
-
Can I apply the same options to many products?
-
Yes — that’s the core of 2.0. Assign a group to all products, one or more categories (child categories included), or specific products. Multiple groups can apply to one product.
-
Can I charge based on a calculation?
-
Yes. The formula pricing mode evaluates decimal-safe expressions over your number and quantity fields, e.g.
round({width} * {height} * 0.02, 2). -
Does the price follow product variations?
-
Yes. The breakdown box tracks the selected variation’s price, and percentage-mode options recalculate from it. The server prices from the variation too.
-
How do file uploads work?
-
Files upload immediately on selection to a randomized, listing-protected folder after extension and real MIME checks, with a size cap and per-IP rate limiting. The cart shows the file name; the order stores an admin download link. Abandoned uploads are cleaned up automatically.
-
Is the plugin compatible with HPOS?
-
Yes, fully.
-
Can I move option groups between sites?
-
Yes — export any group (or all of them) as JSON and import on another site. Imports arrive as drafts and are schema-checked with clear warnings.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Alovio Product Options – Extra Product Fields & Add-Ons for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsInterested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0.0
- Everything is free: the Pro gate is gone — multi-condition logic, colour swatches, date fields, per-unit and percentage pricing now ship in the plugin.
- NEW: Global option groups — build once, apply to all products, categories or specific products, with priorities.
- NEW: Full-screen builder hub (WooCommerce Product Options) with a live product preview, preview-as-customer simulation, undo and ⌘S save.
- NEW field types: image swatch, button group, quantity stepper, file upload, email, phone, URL, time.
- NEW pricing modes: per-character and decimal-safe formula (
{width} * {height} * 0.85with min/max/round). - NEW: Live price breakdown box on the product page — itemized, currency-formatted, variation-aware.
- NEW: Six starter templates and JSON import/export for option groups.
- Storefront polish: prices on labels, help tooltips, character counters, inline validation, focus styles, RTL.
- 1.x per-product fields migrate to option groups automatically; carts survive the upgrade.
1.0.0
- Initial release.
