C

CheckoutLoom – Checkout Fields & Product Options for WooCommerce

0/5 (0 ratings) — active installs Updated Sep 21, 2026

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.