Title: CheckoutLoom – Checkout Fields &amp; Product Options for WooCommerce
Author: Ahmed Yahia
Published: <strong>September 21, 2026</strong>
Last modified: September 21, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/checkoutloom-checkout-fields-product-
options.svg)

# CheckoutLoom – Checkout Fields & Product Options for WooCommerce

 By [Ahmed Yahia](https://profiles.wordpress.org/softx/)

[Download](https://downloads.wordpress.org/plugin/checkoutloom-checkout-fields-product-options.1.6.7.zip)

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

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

## Description

Use the visual checkout field editor to add custom billing, shipping and additional
checkout fields without code. Create product options and product add-ons for selected
products or categories, with conditional logic, validation and pricing. Customer
values are stored through WooCommerce order APIs compatible with HPOS.

#### Checkout field editor and product options

 * Add, edit, duplicate, enable, disable and reorder custom checkout fields.
 * Create and reorder sections in 16 classic-checkout positions.
 * Target product add-ons to all or selected products, categories and tags.
 * Preserve separate product-field values on each cart and order line.
 * Use responsive field widths for desktop, tablet and mobile.

#### Conditions, validation and pricing

 * Build nested AND/OR conditional rules for fields and sections.
 * Validate required values, types, lengths, ranges, confirmations and custom Regex
   rules.
 * Add secure fixed, percentage and cart-quantity checkout fees.
 * Add fixed, percentage-of-product and choice-based prices per product unit.
 * Recalculate validation and prices on the server rather than trusting browser 
   values.

#### Integrations and tools

 * Store order data through WooCommerce CRUD APIs with HPOS compatibility.
 * Expose enabled metadata to authorized WooCommerce REST clients; display in a 
   mobile app depends on its interface.
 * Include display integrations for WooCommerce order details, emails and selected
   invoice plugins.
 * Register merchant-authored text with WPML String Translation.
 * Import ThemeHigh Checkout Field Editor for WooCommerce exports and Base64 backups.
 * Use ready-made Kuwait address, civil ID, delivery, contact and gift field packs.
 * Offer linked Kuwait governorate and area choices without an external location
   service.
 * Let signed-in customers maintain selected saved fields under My Account.
 * Edit custom values on WooCommerce order screens and export them to filtered CSV
   files.
 * Configure tokenized uploads, delivery dates, unavailable weekdays and time intervals.
 * Export and import the complete configuration as JSON.
 * Use RTL-compatible administration and checkout interfaces.

### Source Code and Build

The JavaScript in `assets/admin/admin.js` and `assets/frontend/checkout.js` is the
human-readable source itself. Both files are included in the plugin package; neither
is a compiled or minified output. The remaining JavaScript and CSS files under `
assets/` are also shipped as their editable source. There are no third-party JavaScript
bundles or build-time dependencies.

To package a release from the directory containing the plugin folder, run `zip -
r ahmedyahia-checkout-fields-product-options.zip ahmedyahia-checkout-fields-product-
options -x 'ahmedyahia-checkout-fields-product-options/tests/*' '*/.DS_Store'`. 
The ZIP must contain the `ahmedyahia-checkout-fields-product-options/` root directory.
PHP source lives under `src/` and requires no compilation.

### Privacy

The plugin does not send customer data to its author or another external service.
Store administrators choose which custom values are saved to orders, customer profiles,
emails, invoices and REST responses. Uploaded files are stored and served through
protected plugin workflows.

### Security

Administrative APIs require the `manage_woocommerce` capability. Browser-based REST
requests use a WordPress REST nonce; other REST clients use WordPress authentication.
Submitted values are sanitized by field type and validated on the server. Order 
data uses WooCommerce CRUD APIs.

## Installation

 1. Install and activate WooCommerce.
 2. Upload and activate CheckoutLoom – Checkout Fields & Product Options for WooCommerce.
 3. Open WooCommerce  Checkout Fields.
 4. Add a field or select a ready-made template, then save changes.
 5. Place a test order before using the configuration in production.

## FAQ

### Does it support Checkout Blocks?

Text, select, checkbox and date fields use WooCommerce’s Additional Checkout Fields
API. Core address fields can be hidden or made optional in Checkout Blocks when 
billing and shipping settings agree; the plugin synchronizes those shared settings
through WooCommerce’s country locale. Checkout Blocks use one shared address schema,
so independent billing/shipping visibility and requirement settings, arbitrary custom
positions, and unsupported field types still require classic checkout. Do not hide
the country selector. Test field changes with your payment and shipping methods 
before using them on a live store.

### Can product fields appear in the WooCommerce mobile app?

Values are saved as order line metadata that authorized REST clients can read. The
official app does not currently create native editable controls for arbitrary third-
party checkout fields.

### Does it support WPML?

The plugin registers field labels, placeholders, descriptions, choice labels, fee
labels, section text and validation messages with WPML String Translation when that
component is active.

### Is this an automatic update for a previously branded package?

No. This public-directory package has a new plugin slug and prefixed data keys, 
so WordPress treats it as a separate plugin. Back up the site first. Export the 
former plugin’s settings as JSON, deactivate it, activate this package, then import
the settings and place a test order. Historical order metadata is not renamed automatically;
retain a backup of the former plugin and verify any invoice or mobile workflows 
that need those historical values.

### Which invoice plugins are supported?

The plugin includes output integrations for WP Overnight PDF Invoices & Packing 
Slips, Print Invoice & Delivery Notes, and WooCommerce Print Invoices & Packing 
Lists. Other invoice templates may read the stored order metadata, but their layout
should be tested separately.

### Is pricing protected from browser manipulation?

Yes. Configured fees, option prices and product add-ons are recalculated from stored
settings on the server.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“CheckoutLoom – Checkout Fields & Product Options for WooCommerce” is open source
software. The following people have contributed to this plugin.

Contributors

 *   [ Ahmed Yahia ](https://profiles.wordpress.org/softx/)

[Translate “CheckoutLoom – Checkout Fields & Product Options for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/checkoutloom-checkout-fields-product-options)

### Interested in development?

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

## Changelog

#### 1.6.7

 * Replaced the generic object-cache group with a unique CheckoutLoom namespace.
 * Updated the display name while preserving the existing plugin slug and stored
   settings for upgrades.

#### 1.6.6

 * Synchronized matching billing and shipping core-address hidden/optional settings
   with Checkout Blocks country locales without overriding country-specific required
   fields.
 * Added native Checkout Blocks date fields and an admin notice explaining the shared-
   address limitations.

#### 1.6.5

 * Updated the directory name and package identity to the reviewer-suggested distinctive
   AhmedYahia prefix.
 * Removed the optional author URL to avoid implying a company affiliation.

#### 1.6.4

 * Refined the short description and feature summary with relevant checkout-field
   and product-option terms.
 * Selected five established, feature-specific WordPress.org directory tags without
   adding competitor names or keyword stuffing.

#### 1.6.3

 * Aligned the public listing description and integration claims with WordPress.
   org readme and naming guidance.
 * Clarified the limits of mobile-app, WPML and invoice-plugin integrations.

#### 1.6.2

 * Rebranded the directory package, plugin slug, author identity and text domain
   to a neutral listing.
 * Replaced package-owned namespaces, option keys, metadata keys, API namespaces
   and identifiers with a unique `cftk` prefix.
 * Added explicit WooCommerce account-details nonce verification before saving customer
   profile fields.

#### 1.6.1

 * Improved the plugin name, short description and discovery tags for the WordPress.
   org directory.
 * Included readable, editable JavaScript source and documented how to reproduce
   the package.

#### 1.6.0

 * Added editable saved checkout fields to WooCommerce My Account with automatic
   checkout prefill.
 * Added local Kuwait governorate and linked-area data sources with server-side 
   relationship validation.
 * Added secure HPOS-compatible custom-field editing on WooCommerce order screens.
 * Added a batched, Excel-compatible order-field CSV export with date and status
   filters.
 * Added CSV formula-injection protection and customer-profile validation.

#### 1.5.0

 * Added live, server-enforced conditional visibility for product fields and variations.
 * Added secure per-unit fixed, percentage-of-product and choice-based product pricing.
 * Prevented hidden-value forgery and price compounding during cart recalculation.
 * Added current product quantity as a conditional source.

#### 1.4.1

 * Added compatibility detection and styling for blockified Add to Cart forms.
 * Hardened Store API product-field validation.

#### 1.4.0

 * Added product-field scope, targeting, order line metadata and Store API support.

For older release notes, see changelog.txt included with the plugin.

## Meta

 *  Version **1.6.7**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 8.1 or higher **
 * Tags
 * [checkout blocks](https://wordpress.org/plugins/tags/checkout-blocks/)[checkout field editor](https://wordpress.org/plugins/tags/checkout-field-editor/)
   [checkout fields](https://wordpress.org/plugins/tags/checkout-fields/)[conditional logic](https://wordpress.org/plugins/tags/conditional-logic/)
   [Product options](https://wordpress.org/plugins/tags/product-options/)
 *  [Advanced View](https://wordpress.org/plugins/checkoutloom-checkout-fields-product-options/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

 *   [ Ahmed Yahia ](https://profiles.wordpress.org/softx/)

## Support

Got something to say? Need help?

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