Title: Custom Customer Pricing for WooCommerce
Author: thaxam
Published: <strong>September 9, 2025</strong>
Last modified: October 8, 2025

---

Search plugins

![](https://ps.w.org/custom-customer-pricing-for-woocommerce/assets/banner-772x250.
png?rev=3359146)

![](https://ps.w.org/custom-customer-pricing-for-woocommerce/assets/icon-256x256.
png?rev=3359149)

# Custom Customer Pricing for WooCommerce

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

[Download](https://downloads.wordpress.org/plugin/custom-customer-pricing-for-woocommerce.1.0.25.zip)

 * [Details](https://wordpress.org/plugins/custom-customer-pricing-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/custom-customer-pricing-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/custom-customer-pricing-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/custom-customer-pricing-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/custom-customer-pricing-for-woocommerce/)

## Description

The **Custom Customer Pricing for WooCommerce** plugin provides a comprehensive 
solution for setting up personalized pricing for your customers. You can define 
custom prices or percentage-based discounts on a per-product basis for each user.
This plugin is designed to be highly flexible and compatible with modern WooCommerce
themes and plugins.

### Key Features

 * **Custom Prices:** Set specific prices for products for individual customers
 * **Percentage Discounts:** Apply percentage-based discounts to products
 * **Ultimate Member Compatibility:** Seamlessly integrates with Ultimate Member
   roles
 * **Global Discounts:** Apply a global percentage discount to all products for 
   a user
 * **AJAX-Powered Interface:** A fast and modern user interface for managing custom
   prices
 * **Shortcode Support:** Use `[thaxamccp_frontend]` to display the pricing interface
   on any page
 * **Translation Ready:** The plugin is fully translation-ready with the text domain`
   custom-customer-pricing-for-woocommerce`
 * **Variable Product Support:** Full support for WooCommerce variable products 
   and variations
 * **Role-Based Access:** Control which user roles can access the pricing interface
 * **Bulk Operations:** Apply discounts to multiple products at once

### License

GPL-2.0-or-later

## Screenshots

[⌊The main pricing interface for setting custom prices.⌉⌊The main pricing interface
for setting custom prices.⌉[

The main pricing interface for setting custom prices.

[⌊The product table with custom prices.⌉⌊The product table with custom prices.⌉[

The product table with custom prices.

[⌊The frontend pricing interface.⌉⌊The frontend pricing interface.⌉[

The frontend pricing interface.

## Installation

 1. Upload the `custom-customer-pricing-for-woocommerce` folder to the `/wp-content/
    plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Make sure WooCommerce is installed and activated.
 4. Go to **WooCommerce > Customer Pricing** in your WordPress admin menu to start 
    managing custom prices.

**Requirements:** * WordPress 5.8 or higher * WooCommerce 5.0 or higher * PHP 7.4
or higher

## FAQ

### How do I set a custom price for a customer?

Navigate to **WooCommerce > Customer Pricing** in your WordPress admin menu. Search
for a customer, and you will see a list of products. You can set a custom price 
or discount for each product.

### Can I apply a global discount to a customer?

Yes, you can set a global percentage discount for each customer in the main pricing
interface. This discount will be applied to all products for that customer.

### Is this plugin compatible with Ultimate Member?

Yes, the plugin is fully compatible with Ultimate Member roles and user management.

### Does this plugin support variable products?

Yes, it fully supports WooCommerce variable products and their variations. You can
set custom prices for both parent products and individual variations.

### Where can I find the settings for the plugin?

You can configure the plugin settings under **WooCommerce > Customer Pricing > Settings**
in your WordPress admin menu.

### How do I display pricing on the frontend?

Use the shortcode `[thaxamccp_frontend]` on any page or post to display the customer
pricing interface for logged-in users.

### Can I restrict access to certain user roles?

Yes, you can configure which user roles have access to the pricing interface in 
the plugin settings.

### Does this work with WooCommerce memberships or subscriptions?

The plugin works with standard WooCommerce products. For memberships or subscriptions,
additional compatibility testing may be required.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Custom Customer Pricing for WooCommerce” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ thaxam ](https://profiles.wordpress.org/thaxam/)

[Translate “Custom Customer Pricing for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/custom-customer-pricing-for-woocommerce)

### Interested in development?

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

## Changelog

#### 1.0.25

 * Tweak: Updated version number and readme files.
 * Fixed: Issue where discount was calculate twice.

#### 1.0.24

 * Tweak: Updated version number and readme files.

#### 1.0.23

 * Tweak: Updated version number and readme files.
 * Updated Minimum requirement warning text and formatting.
 * Various small fixes

#### 1.0.22

 * Tweak: Updated version number and readme files.

#### 1.0.21

 * Fix: Resolved an issue where pricing data was not saving correctly from the main
   plugin page.
 * Tweak: Updated version number and readme files.

#### 1.0.20

 * Internal bug fixes and stability improvements.

#### 1.0.19

 * Enhanced frontend price injection for non-standard WooCommerce themes
 * Added global discount management system for customer-wide discounts
 * Improved cart integration with better variable product handling
 * Added plugin conflict detection and admin notices
 * Enhanced security with nonce validation for all AJAX requests
 * Improved database performance with optimized caching
 * Fixed various UI issues and improved responsive design

#### 1.0.18

 * Changed plugin slug from `custom-customer-pricing` to `custom-customer-pricing-
   for-woocommerce` for clarity and to avoid conflicts.
 * Updated all internal references, text domains, and file names to match the new
   slug.
 * Refactored all AJAX calls into a separate class (`Custom_Customer_Pricing_AJAX`)
   and file for better organization.

#### 1.0.17

 * Fixed prefix to be consistent with the new thaxamccp throughout the plugin code.
 * Fixed CSS rendering issues with three-column layout and filter row grid layout.
 * Improved modern UI design with contained layout (max-width 1200px).
 * Optimized font sizes for better readability (16px headers, 14px body text, 13px
   tables).
 * Enhanced column width distribution for better balance (30% search, flexible info,
   30% calculator).
 * Updated plugin metadata and descriptions.

#### 1.0.15

 * Added confirmation popup with user info for “Copy Prices from Another Customer”
   feature.
 * Refactored AJAX user info handler into separate helper class to fix parse errors.
 * Improved plugin structure and code maintainability.
 * Preserved all existing functionality.

#### 1.0.14

 * Bumped version number.
 * Updated meta information and fixed plugin URIs.

#### 1.0.13

 * Bumped version number.
 * Updated meta information and fixed plugin URIs.

#### 1.0.12

 * Minor fixes and improvements.

#### 1.0.11

 * Added customer select reload on change, improved stability.

## Meta

 *  Version **1.0.25**
 *  Last updated **9 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [custom](https://wordpress.org/plugins/tags/custom/)[discount](https://wordpress.org/plugins/tags/discount/)
   [minimum quantity](https://wordpress.org/plugins/tags/minimum-quantity/)[prices](https://wordpress.org/plugins/tags/prices/)
   [user](https://wordpress.org/plugins/tags/user/)
 *  [Advanced View](https://wordpress.org/plugins/custom-customer-pricing-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/custom-customer-pricing-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/custom-customer-pricing-for-woocommerce/reviews/)

## Contributors

 *   [ thaxam ](https://profiles.wordpress.org/thaxam/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/custom-customer-pricing-for-woocommerce/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://paypal.me/thaxam)