451 comments found.
Hello , the demo access did not work : role: shop_admin user: demo pass: demo
Hello,
Thank you for reporting. Please retry now!
Hi Author,
I recently purchased the WooCommerce Pricing & Discounts! plugin and am currently configuring it with the following rule:
Apply a percentage discount to all products excluding the “Rent” and “Clearance” categories, based on quantity:
2 items: 10% discount
3 items: 15% discount
4 or more items: 20% discount
While testing this setup, I noticed an issue: when items are removed from the cart one by one, the cart total does not update correctly. Specifically, even after reducing the cart to only one item (where no discount should apply), the discounted total remains unchanged.
Could you please advise on what might be causing this or how it can be resolved?
Thank you for your support.
It might be a caching issue more than a plugin issue. From my test, the plugin properly computes the prices when the quantity changes:
- 3 items: https://ibb.co/KxVbs2PC
- 2 items: https://ibb.co/ycZgM9Kg
Please use this installation to recreate your scenario and report to me how to experience the issue: https://codecanyondemo.work/wctbp/wp-admin/ (user: demo, pass: demo)
Why hasnt this been updated? Is i 100% compatible with the current woocommerce?
Because there was a need to update it. Yes, it is compatible.
Is it compatible with WooCommerce 10.1.2?
Yes, It is
Hi, does tiered pricing supports woocommerce cost function? So different tier can have different product cost?
Hi,
I’m sorry, I don’t understand what you are asking. Could you provide a more detailed description?
Hi,
Your demo is not working, it says “Error: The password you entered for the username demo is incorrect.”
I want to try this plugin before buying to make sure it’s able to do what I need.
Thanks
Hi,
Thank you for reporting. I’ve fixed the issue!
Thank you, the demo is working now.
I have a question regarding my use case:
I have three different user roles, and each role should receive discounts based on the total order value:
Role 1: Always gets a flat 10% discount on the entire order total.
Role 2: Gets 10% off if the order total is below $1000, and 20% if it’s $1000 or more.
Role 3: Gets 10% off below $1000, 20% between $1000 and $2000, and 30% if the total exceeds $2000.
Will your plugin support this kind of conditional discount logic based on user roles and order total?
Thanks!
Hi,
Yes, you can create different pricing rules according to the quantity spent. Each rule can be applied to a specific user role.
I would suggest using the demo site to perform some tests before any purchase to be sure the software works as you expect. The demo and demo1 accounts have different roles.
Hi,
Thanks for your response. I’ve tested the plugin and most of the functionality works well for my needs.
However, I ran into a limitation with decimal values in the price range conditions. For example, with Role 3, I set the discount tiers as:
$1 – $999 → 10%
$1000 – $1999 → 20%
$2000 and above → 30%
If a user with Role 3 places an order worth $1999.99, no discount is applied. It seems this happens because the maximum price range doesn’t accept decimal values, so I can’t define a tier like 1000 – 1999.99.
If I try overlapping ranges like 1–1000, 1000–2000, 2000+, then both discount rules get applied together, which causes unexpected results.
Is there a recommended way to handle this situation where decimal precision?
Thanks again!
I’m sorry, I’m not able to suggest a way to do that 
Hello, I tried to install the plugin by uploading the zip (Wordpress/Woocommerce) but I got block/log out “due to an unsafe action”. I can’t install it. Every time I upload it I got the same message
I already solved it, thank you!
tell me if is it possible something like this:
- When buying a product from category A, gets 10% of that amount to later discount on category B
Example: Bought Mouse for 10€. Got 1€ to discount later on keyboards category.
I’m sorry it is not possible.
Hi, I have downloaded your plugin from envato elements account and I have a question, I have a store and I want to offer a discount type, for example a user comes to my store and added a product in the cart and the value is $100 and added another product whose value is $80 so I want to offer 50% discount on lesser value product, it mans 50% discount on $80 product so the total is $140 for both products, is that possible with your plugin, and if this is possible, can you send me exact settings for that as I am not a technical person and don’t have any idea how to contact you
Hi,
I’m sorry, it is not possible. You can, however, give a try to this other plugin of mine: WooCommerce Cheapest & Most Expensive Product Promotions!
Hello,
I have a rule:
If cart total > 100 usd “product-a” = subtract a fixed value from the item original price 50 for example.
When I have a card over 100 usd the “product-a” discount applies only on checkout page. On the cart page the discount is not showing.
Also when I have cart total over 100 usd and I visit the “product-a” the page gets gray color overlay and blocks.
Also, can I set a rule if one discount rule has been added for example there is “product-b” with same rules as “product-a”: and both added to cart don’t apply the discount on the second added product.
I have disabled the theme preload, now I can open the product but there is not only image and product name displayed on the product page
After adding many products there is one products using the plugin rules and it’s opening product page without problems. On the products that page is not opening I got the following console message JQMIGRATE: Migrate is installed, version 3.4.1
Hi,
it means that something still interferes. Try purging the cache and make sure that no 3rd party plugin (like minify plugins) are interfering.
Regarding the “if added to cart don’t apply the discount on the second added product”, I’m sorry, the plugin doesn’t have such a feature.
Hello, we have the following tasks:
1) Open several user groups, and each group will have its own discount on certain categories of goods
2) Display the discount size on the product page or in the cart for each group? (Is the plugin available for displaying a discount on the product page?)
3) Our product page is made through wpbakery layouts, (not in the php theme template https://acshop.fi/wp-content/uploads/2024/08/ShooterScreenshot-73-05-08-24.png) will this not be a problem when displaying the discount on the product page?
4) For unregistered users, we need to hide prices for some product categories https://acshop.fi/wp-content/uploads/2024/08/ShooterScreenshot-73-05-08-24.png
Can we implement this functionality with your plugin?
- You can create pricing rules according to the user role
- Yes, the new price is displayed on the product page: https://nimb.ws/Mymhe3v
- If the page uses the default HTML structure and the price is rendered using the default classes: https://www.dropbox.com/scl/fi/crmrz6mncl7d147vo1ysz/wctbp_html.png?rlkey=096obre2e8r5tzd6g00y3s5gp&dl=0 there will no problems
- you can create a pricing rules for customer (so registered user) and hide prices for unauthorized users: https://nimb.ws/jCizSBW
Dear WooCommerce Pricing & Discounts Support Team,
I hope you’re doing well. I’m currently using your plugin for a project, and I am trying to override the price display functionality for variable products to show only the minimum price across all variations.
I’ve already implemented custom code that hooks into the WooCommerce price filters, but it seems that your plugin is overriding my custom price logic. Specifically, I need help identifying the correct filter hooks or methods within your plugin that control the price display for variable products, so I can remove or modify them to apply my custom pricing logic globally.
Here’s what I’m trying to achieve:
Show the minimum price for all variable products on the frontend. Override any pricing changes or custom price display rules that your plugin may apply to variable products. Ensure that the minimum price is shown regardless of the product category or any other condition. I would greatly appreciate it if you could provide:
The filter hooks used by your plugin to modify or display the price (e.g., for variable products). Any specific method or action within your plugin that controls the price display logic. Suggestions on how I can modify or disable your plugin’s price display functionality to allow my custom code to work globally. Here’s an example of my custom code that I’m trying to integrate:
functions.php
add_filter( ‘woocommerce_variable_price_html’, ‘custom_show_minimum_price_for_all_variable_products’, 20, 2 ); function custom_show_minimum_price_for_all_variable_products( $price, $product ) { if ( $product->is_type( ‘variable’ ) ) { $prices = $product->get_variation_prices( true ); $min_price = !empty( $prices[‘price’] ) ? min( $prices[‘price’] ) : 0; $price = wc_price( $min_price ); } return $price; }
Any guidance you could provide regarding how to integrate my custom code with your plugin would be greatly appreciated.
Thank you in advance for your time and assistance. I look forward to hearing from you soon.
Best regards.
Hi,
the price override is performed by the WCTBP_PriceChanger.php component you find in the classes\frontend folder. The plugin hooks to several filters to change the price: woocommerce_get_price_html, woocommerce_cart_item_price, woocommerce_product_get_price. Look for that file to have more clues about it.
Unfortunately, assistance is intended to provide help in case of malfunctioning, it doesn’t include any customization service or support for that.
Thx.
// Custom logic to ensure minimum price is displayed for all variable products * (overriding “WooCommerce Pricing & Discounts!” plugin). (C) aStre – style615 */ // Remove conflicting price filters from the plugin (WCTBP_PriceChanger class) add_action( ‘init’, ‘remove_plugin_price_filters’, 99 ); function remove_plugin_price_filters() { // Adjust the priority (12) to match the plugin filters you want to remove remove_filter(‘woocommerce_product_get_price’, array(‘WCTBP_PriceChanger’, ‘modify_product_price’), 12, 2 ); remove_filter(‘woocommerce_product_get_regular_price’, array(‘WCTBP_PriceChanger’, ‘modify_product_price’), 12, 2 ); remove_filter(‘woocommerce_product_variation_get_price’, array(‘WCTBP_PriceChanger’, ‘modify_product_price’), 12, 2 ); remove_filter(‘woocommerce_get_price_html’, array(‘WCTBP_PriceChanger’, ‘modify_html_price’), 10, 2); } // Custom filter to display only the minimum price for variable products add_filter(‘woocommerce_get_price_html’, ‘custom_variable_product_minimum_price’, 20, 2); function custom_variable_product_minimum_price( $price, $product ) { if ( $product->is_type(‘variable’) ) { // Get all variation prices (including sale prices) $prices = $product->get_variation_prices( true ); }
// Get the minimum price (considering both regular and sale prices)
$min_price = !empty($prices['price']) ? min($prices['price']) : 0;
}
return $price;
// Return the formatted minimum price
$price = wc_price( $min_price );
I’m sorry, the support service can help you with bugs and malfunctions, but it doesn’t include any customization service.
Hello,
your plugins works great! I only have a problem on the single product page. Your plugin show the price double and calculate something with only 1€.
Can you show how to deactivate that complete so that there is only one price showing?
Hello,
thank you for your appreciation 
I’m sorry, but I’m not sure to fully understand your scenario. Could you share some screen showing the issue? Thank you.
Hello , Is there a trial version available to try on my theme?
Hello,
I’m sorry no trial version available.
Hi!! Before proceed in purchase, I want to do the following: To apply a X% discount in total cart price excluding all the products of eshop that are in sales. But this will not apply in the transfer or cash on delivery costs.
Also I want to know if we can apply X% discount in total cart depending on the payment method. For example I want to give 10% discount in case the payment method is payment by card.
Thank you!
Hi,
I’m sorry, but you cannot apply a discount according to the payment method.
Regarding the discount to the total cart price, you can create a pricing rule including/excluding specific products or categories.
I would like to instantly add a 5% coupon discount to the cart when Bank Transfer (BACS) payments are selected. Does your plugin support this?
I’m sorry, the plugin hasn’t such a feature. If you send me a private message (click on my name then use the low-right box) reporting your email and more details of what you need, I can see if I can create a specific plugin for you and send you a quotation.
Question before purchasing, can this plugin hide the price + set different prices according to the role?
yes, you can create multiple pricing rules for different user roles and hide the prices for unauthorized roles.
Before any purchase, please use the demo site to perform all the tests you need to ensure it meets your needs and expectations.
Hello I want to make a discount in the Buy x get y and 2 for 1 method on specific categories, so that if the site visitor chooses specific items / or items from a specific category, he gets a gift product from the same category or other category.
This will be for a specific period.
I also want to give a discount on lunch during specific hours of the day (from Monday to Friday from 11 am to 2 pm) This is repeated every week.
Does your plugin provide these features?
Yes, you should be able to do that. You find the special options for that: https://nimb.ws/GHWNQBj
Before making any purchase, use the demo site to recreate your scenario and be sure the plugin actually works as you expect.
Hi
I would like to display a price with a 15% discount for the Mechanic User role
Example display regular price on WooCommerce : 100 $ for visitor and customer
with the mechanic user account, it shows $85 (-15%) in the store / products page
1- does your plugin offer the creation of user roles and discount with % 2- Is it possible to display the ask price option ?
Note : I use another plugin for on-demand products (display: contact us) to ask for the price (price setting 0)
Thanks
Hi,
yes you can create discount rules for specific user roles: https://nimb.ws/BrhqNAf
The plugin however hasn’t any features to create user roles, for that you find many specific plugin that allows you to do that.
Hello does this work with open POS and can i apply a discount for a specific user role “Consultant” using the following: Where a consultant will get the discount below based off of spend amounts $50.00……...$249.99 25% discount $250.00…....$599.99 40% discount $600.00…...or more 50% discount
$1.0…....….$49.99 15% discount
Hi,
the plugin hasn’t been directly tested with “open POS”. Yes, you can configure discount according to the amount spent: https://nimb.ws/SLbaTcG