Title: PSBDx Custom Product Fields
Author: PSBDx
Published: <strong>May 22, 2026</strong>
Last modified: May 22, 2026

---

Search plugins

![](https://ps.w.org/psbdx-custom-product-fields/assets/banner-772x250.png?rev=3543220)

![](https://ps.w.org/psbdx-custom-product-fields/assets/icon-256x256.png?rev=3543220)

# PSBDx Custom Product Fields

 By [PSBDx](https://profiles.wordpress.org/psbdx/)

[Download](https://downloads.wordpress.org/plugin/psbdx-custom-product-fields.1.1.0.zip)

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

 [Support](https://wordpress.org/support/plugin/psbdx-custom-product-fields/)

## Description

PSBDx Custom Product Fields adds dynamic custom fields to WooCommerce product pages
and seamlessly carries the submitted values through the cart, checkout, and order
screens.
 Core capabilities: * Add multiple field types: text, number, email, mobile,
dropdown, radio, and checkbox. * Mark fields as required and define custom error
messages per field. * Increase product price dynamically using the Price Per Unit
setting on Number fields. * Allow decimal (point) values in Number fields with the
Allow Decimals setting. * Edit captured field values directly from the Admin order
screen. * Conflict-safe runtime guard: pauses plugin execution and shows admin notices
when conflicts are detected. * Full WordPress Multisite compatibility with network
activation support. * Includes extensive developer hooks for custom integrations.
For complete details, advanced setups, and guides, please visit our official documentation:
https://dev.psbdx.xyz/documentations/psbdx-custom-product-fields/

### Compatibility Warning

If a custom plugin or theme fully replaces the standard WooCommerce product, cart,
checkout, or order creation flow (instead of using standard WooCommerce hooks), 
this plugin may not be able to capture field data or apply price adjustments.
 Possible
impacts of custom overrides: * Custom field values may not be saved into cart/order
item meta. * Pricing field adjustments may not be added to line item totals.

### Solution Hooks (For Custom Checkout/Flow Integrations)

If your checkout flow is highly customized, you can use these developer hooks to
pass data through your own pipeline.

Plugin filters/actions:

 * psbdx_cpf_product_fields – Filter field definitions before display/validation.
 * psbdx_cpf_required_message – Customize required field message output.
 * psbdx_cpf_cart_item_data – Inject/adjust cart item data before WooCommerce stores
   it.
 * psbdx_cpf_adjusted_cart_price – Control the final adjusted price for cart items.
 * psbdx_cpf_after_validation – Run custom logic after field validation.
 * psbdx_cpf_loaded – Fire integration bootstrapping after plugin init.
    WooCommerce
   hook points commonly used for compatibility:
 * woocommerce_add_cart_item_data
 * woocommerce_get_item_data
 * woocommerce_before_calculate_totals
 * woocommerce_checkout_create_order_line_item
    For advanced implementation examples,
   please check the documentation: https://dev.psbdx.xyz/documentations/psbdx-custom-
   product-fields/

## Screenshots

 * [[
 * The Custom Product Fields meta box on the backend product edit screen.
    1. Frontend view showing the custom fields on a single product page.
 * [[
 * Custom field values carried over successfully into the Cart and Checkout pages.
 * [[
 * Viewing and editing the captured customer inputs directly on the WooCommerce 
   Order screen.
 * [[

## Installation

 1. Upload the plugin files to the /wp-content/plugins/psbdx-custom-product-fields 
    directory, or install the plugin directly through the WordPress plugin installer.
 2.  a. Activate the plugin through the ‘Plugins’ screen in WordPress.
     b. Ensure WooCommerce is installed and active.
     c. Edit any product and configure your new fields in the **Custom Product Fields**
        meta box.

## FAQ

### Where can I find more details and documentation?

To know more, read advanced guides, or view developer documentation, please visit:

https://dev.psbdx.xyz/documentations/psbdx-custom-product-fields/

### Does this plugin support WooCommerce variable products?

Yes, it fully supports variable products. You can even assign custom fields to specific
variations.

### Does this plugin require WooCommerce?

Yes. WooCommerce is required for this plugin to function.

### How does the number-based price increase work?

For Number type fields, you can set a **Price Per Unit**. If a customer enters a
quantity of N, the plugin automatically calculates and adds N x Price Per Unit to
that specific cart item.

### Can I allow decimal values in number fields?

Yes. Simply enable the **Allow Decimals** option for that specific number field.

### Can I customize the required field error message?

Absolutely. Each individual field has its own **Required Message** setting so you
can tailor the prompt to the user.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“PSBDx Custom Product Fields” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ PSBDx ](https://profiles.wordpress.org/psbdx/)
 *   [ M Farhan Hamim ](https://profiles.wordpress.org/mfhamim/)

[Translate “PSBDx Custom Product Fields” into your language.](https://translate.wordpress.org/projects/wp-plugins/psbdx-custom-product-fields)

### Interested in development?

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

## Changelog

#### 1.1.0

 * Improved visuals and backend admin UI.
 * Added backend server verification for tighter security.
 * Added support for Variable Products (Admins can now add a field for a specific
   variation).

#### 1.0.0

 * First public release.
 * Added field types: text, number, email, mobile, dropdown, radio, and checkbox.
 * Added required message support per field.
 * Added number-based price increment support with optional decimal values.
 * Added admin safety checks and multisite support.

## Meta

 *  Version **1.1.0**
 *  Last updated **2 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [checkout](https://wordpress.org/plugins/tags/checkout/)[custom fields](https://wordpress.org/plugins/tags/custom-fields/)
   [Product Addons](https://wordpress.org/plugins/tags/product-addons/)[product fields](https://wordpress.org/plugins/tags/product-fields/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/psbdx-custom-product-fields/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/psbdx-custom-product-fields/reviews/)

## Contributors

 *   [ PSBDx ](https://profiles.wordpress.org/psbdx/)
 *   [ M Farhan Hamim ](https://profiles.wordpress.org/mfhamim/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/psbdx-custom-product-fields/)