Title: PSBDx Custom Product Fields
Author: PSBDx
Published: <strong>22 Tháng 5, 2026</strong>
Last modified: 22 Tháng 5, 2026

---

Tìm kiếm plugin

![](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

 Bởi [PSBDx](https://profiles.wordpress.org/psbdx/)

[Tải về](https://downloads.wordpress.org/plugin/psbdx-custom-product-fields.1.1.0.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/psbdx-custom-product-fields/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/psbdx-custom-product-fields/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/psbdx-custom-product-fields/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/psbdx-custom-product-fields/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/psbdx-custom-product-fields/)

## Mô tả

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/

## Ảnh màn hình

[⌊The Custom Product Fields meta box on the backend product edit screen.


Frontend
view showing the custom fields on a single product page.⌉⌊The Custom Product Fields
meta box on the backend product edit screen.


Frontend view showing the custom 
fields on a single product page.⌉[

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.⌉⌊
Custom field values carried over successfully into the Cart and Checkout pages.⌉[

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.⌉⌊Viewing and editing the captured customer inputs directly on the WooCommerce
Order screen.⌉[

Viewing and editing the captured customer inputs directly on the WooCommerce Order
screen.

[[

## Cài đặt

 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.

## Hỏi đáp

### 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.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“PSBDx Custom Product Fields” là mã nguồn mở. Những người sau đã đóng góp vào plugin
này.

Những người đóng góp

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

[Dịch “PSBDx Custom Product Fields” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/psbdx-custom-product-fields)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/psbdx-custom-product-fields/),
check out [SVN repository](https://plugins.svn.wordpress.org/psbdx-custom-product-fields/),
hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/psbdx-custom-product-fields/)
qua [RSS](https://plugins.trac.wordpress.org/log/psbdx-custom-product-fields/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 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

 *  Phiên bản **1.1.0**
 *  Cập nhật lần cuối **1 tháng trước**
 *  Số lượt cài đặt **Ít hơn 10**
 *  Phiên bản WordPress ** 5.8 hoặc cao hơn **
 *  Đã kiểm tra lên đến **7.0**
 *  Phiên bản PHP ** 7.4 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/psbdx-custom-product-fields/)
 * Thẻ
 * [checkout](https://vi.wordpress.org/plugins/tags/checkout/)[custom fields](https://vi.wordpress.org/plugins/tags/custom-fields/)
   [Product Addons](https://vi.wordpress.org/plugins/tags/product-addons/)[product fields](https://vi.wordpress.org/plugins/tags/product-fields/)
   [woocommerce](https://vi.wordpress.org/plugins/tags/woocommerce/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/psbdx-custom-product-fields/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/psbdx-custom-product-fields/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/psbdx-custom-product-fields/)