Dynamic Pricing & Bulk Quantity Discounts
Unlock the power of adaptive pricing strategies with this Dynamic Pricing & Quantity Discounts plugin for WooCommerce. Create and manage advanced dynamic pricing and discount rules for WooCommerce, encouraging bulk purchases and driving your sales to new heights.
Easy Dynamic Pricing for Every Purchase Scenario
Unlock endless possibilities for setting prices in your WooCommerce store. From quantity-based deals to category-specific offers, our WooCommerce dynamic pricing feature has you covered. Your pricing, your rules—tailored effortlessly.

Show Savings, Boost Sales
Everyone loves a good deal! Display real-time discount messages to show customers exactly how much they can save by buying in bulk. From wholesale pricing to quantity discounts, make every deal clear and compelling.

Smart Quantity Discount Rules
Individually (per product) or sitewide, select the discount rule to apply: Percentage of price, fixed discount, or or direct price on product level.

More incredible features
Take advantage of all the features of this plugin to boost your store in numerous ways.
- Why limit discounts to single products that your customers might not need bulk of it? Apply dynamic pricing rules to the entire cart and reward customers who shop more. The more they buy, the more they save!
- Activate wholesale/dynamic discounts only when certain conditions are met—like when no other discounts are in the cart. Keep full control of your pricing strategy to maximize profit.
- Take your discount game to the next level. Set up advanced dynamic pricing rules that respond to how your customers shop. From cart contents to user roles, customize how and when discounts apply, effortlessly.
- Whenever your customers change quantity on a product, the plugin can show total price based on quantity selected, instead or next to default price.
- Instead of default quantity input, guide your customers to select from a dropdown the quantity they desire for an easier experience.





Plugin reviews and statistics
How to make it work for grouped products so the price changes when the quantity changes for grouped products?

My favorite volume discounts plugin, and I've tried most on the market. Love that I can build out the discounts right from the product edit page. Also, Tom has been super responsive on tweaks and improvements.

Works well! Being able to us negative % is what drew me to this plugin. My theme was having issues with some of the display options but Tom with support had helpful and quick responses.


Thank you, Karla!
I bought the Pro Plugin and couldn't configure it as I wanted (my issue). Tom (developer) helped with all inquires and configured it, even went above and beyond to add extra features to perfectly adjust as per my needs. Truly incredible.
Highly recommend any of his plugins
Thank you Tom!


Thank you, Binyam!
Great Plugin but I still need help. How to set the font size in for the plugin?


Hi,
Thank you, and sorry for the late reply.
For the "Price Display by Qty" section:
First of all, you need to wrap your templates in some HTML tag with class, e.g. set these options instead of the default ones (in "WooCommerce > Settings > Wholesale Pricing > Price Display by Qty"):
Template (no discount):
<span class="my_wholesale_pricing_price_by_qty">%old_price_total% for %qty% pcs.</span>
Template:
<span class="my_wholesale_pricing_price_by_qty"><del>%old_price_total%</del> %new_price_total% for %qty% pcs. You save: <span style="color:red;">%discount_percent%%</span></span>
I.e. we've wrapped our output into <span>
tag with my_wholesale_pricing_price_by_qty
class, so now we can set its style with custom CSS (e.g. via "Customize > Additional CSS"), for example:
.my_wholesale_pricing_price_by_qty { color: green; font-size: x-large; font-family: Arial, Helvetica, sans-serif; }
Now for the [alg_wc_product_wholesale_pricing_table]
shortcode on a single product page - table already has a class, it's alg_wc_product_wholesale_pricing_table
. So you can style it the same way as in my CSS example above, by replacing .my_wholesale_pricing_price_by_qty
with .alg_wc_product_wholesale_pricing_table
.
Hope that helps. Please let me know if you have any questions.
Last updated 5 days ago
3.5.4 - 25/09/2023
- WC tested up to: 8.1.
- Tested up to: 6.3.
- Update plugin icon, banner.
3.5.3 - 25/07/2023
- Dev - Shortcodes -
[alg_wc_product_ppq_table]
-price_row_format
attribute now accepts theheading_format
placeholders as well, i.e.:%level_min_qty%
,%level_max_qty%
,%level_discount%
,%level_discount_amount%
,%level_discount_percent%
,%level_discount_percent_rounded%
.
- WC tested up to: 7.9.
3.5.2 - 12/07/2023
- Dev – "High-Performance Order Storage (HPOS)" compatibility.
3.5.1 - 05/07/2023
- Dev - Shortcodes -
[alg_wc_ppq_products_list]
-columns
-price_excl_tax
andprice_incl_tax
columns added. - Dev - Shortcodes -
[alg_wc_ppq_products_list]
-limit
attribute added (defaults to-1
).
3.5.0 - 29/06/2023
- Dev - Tools - "User Role Tools" ("Add role" and "Delete roles") added.
- Dev - Developers -
alg_wc_wholesale_pricing_settings_per_item_get_options
filter added.
3.4.2 - 20/06/2023
- Dev - Developers -
alg_wc_wholesale_pricing_get_placeholders
filter added. - Dev - Code refactoring (
Alg_WC_Wholesale_Pricing_Frontend::get_placeholders()
function).
3.4.1 - 18/06/2023
- WC tested up to: 7.8.
3.4.0 - 05/06/2023
- Dev - Now checking if number of levels is more than zero before applying the pricing (
has_levels()
function). - Dev - Dropdown - "Custom dropdown values" option added.
- Dev - Developers - Dropdown -
alg_wc_wholesale_pricing_dropdown_levels_data_raw
filter added.
3.3.3 - 12/05/2023
- Dev - Shortcodes -
[alg_wc_product_ppq_table]
-heading_format_singular
attribute added (defaults to an empty string). - Dev - Developers - Shortcodes -
[alg_wc_product_ppq_table]
- Passing$price_level
to thealg_wc_product_wholesale_pricing_table_heading_format
filter now. - WC tested up to: 7.7.
3.3.2 - 09/04/2023
- Dev - New placeholders added to the "Price Display by Quantity", "Info > Cart Items", "Dropdown" sections:
%old_price_single_incl_tax%
,%new_price_single_incl_tax%
,%old_price_total_incl_tax%
,%new_price_total_incl_tax%
,%old_price_single_excl_tax%
,%new_price_single_excl_tax%
,%old_price_total_excl_tax%
,%new_price_total_excl_tax%
.
- Dev - Admin Settings - "Available placeholders" restyled.
- Dev - Admin Settings - Tools - Section description updated.
- Tested up to: 6.2.
3.3.1 - 17/03/2023
- Fix - Shortcodes -
[alg_wc_ppq_table]
and[alg_wc_product_ppq_table]
-qty_thousand_sep
shortcode attribute is applied to numeric quantities only.
3.3.0 - 17/03/2023
- Dev - Shortcodes are now processed in "Item price", "Item subtotal", "Cart & checkout totals", "Price display by quantity", "Quantity dropdown" templates.
- Dev - Shortcodes -
[alg_wc_ppq_table]
and[alg_wc_product_ppq_table]
-qty_thousand_sep
shortcode attribute added (defaults to an empty string). - Dev - Compatibility - Shortcodes -
[alg_wc_ppq_translate]
shortcode added (for WPML and Polylang plugins). - Dev - Compatibility - WPML/Polylang -
wpml-config.xml
file added. - Dev - Developers -
alg_wc_ppq_price_display_by_qty_localize_script_args
filter added. - WC tested up to: 7.5.
3.2.4 - 08/03/2023
- Dev - Shortcodes -
[alg_wc_ppq_products_list]
-alg_wc_ppq_table
table HTML class removed.
3.2.3 - 08/03/2023
- Dev - Shortcodes -
[alg_wc_ppq_products_list]
- Table HTML classes added:alg_wc_ppq_table alg_wc_ppq_products_list
. - Dev - Developers -
alg_wc_wholesale_pricing_show_info_single_hook_options
filter added. - WC tested up to: 7.4.
3.2.2 - 08/02/2023
- Dev - Shortcodes -
[alg_wc_ppq_products_list]
- Newcolumns
added:image
,image_with_add_to_cart_link
,image_with_product_link
. New attribute added:image_size
. - Dev - Shortcodes -
[alg_wc_ppq_products_list]
- New attributes added:orderby
,order
. - Dev - Developers - Shortcodes -
[alg_wc_ppq_products_list]
-alg_wc_ppq_products_list_query_args
filter added. - Dev - Developers - Shortcodes -
[alg_wc_ppq_products_list]
-alg_wc_ppq_products_list_custom_column
filter added. - Dev - Developers - Shortcodes -
[alg_wc_ppq_products_list]
-alg_wc_ppq_products_list_row
filter added.
3.2.1 - 19/01/2023
- Dev - Price Display by Quantity - JS - Selector improved.
3.2.0 - 13/01/2023
- Dev - Price Display by Quantity - Compatibility - "Sticky Add To Cart Bar For WooCommerce" plugin option added (defaults to
no
). - Dev - Price Display by Quantity - JS - Code refactoring.
- Dev - Shortcodes -
[alg_wc_product_ppq_data]
- New attribute added -variation_type
. Defaults tofirst
. Other possible values:min
andmax
. Used only whenuse_variation
attribute is set toyes
. - Tested up to: 6.1.
- WC tested up to: 7.3.
3.1.0 - 04/08/2022
- Fix - Shortcodes -
[alg_wc_product_ppq_data]
- Possible "Undefined variable $is_enabled..." PHP warning fixed. - Fix - Shortcodes -
get_product_price()
- Possible tax display errors infixed
andprice_directly
discount types fixed. - Dev - Shortcodes -
get_product_price()
- New placeholders added:%old_price_single_incl_tax%
,%new_price_single_incl_tax%
,%old_price_total_incl_tax%
,%new_price_total_incl_tax%
,%old_price_single_excl_tax%
,%new_price_single_excl_tax%
,%old_price_total_excl_tax%
,%new_price_total_excl_tax%
.
- Dev - Price Display by Quantity - Advanced Options - "Price identifier" options added.
- Dev - Price Display by Quantity - Settings rearranged ("Advanced Options" subsection added).
- WC tested up to: 6.7.
3.0.1 - 24/05/2022
- Contributor fixed.
3.0.0 - 24/05/2022
- Dev - General - "Add order discount" option added (defaults to
no
). - Dev - Info:
- "Cart & Checkout Totals" options added.
- Admin settings descriptions updated.
- Code refactoring.
- Dev - Developers -
alg_wc_product_wholesale_pricing
filter added. - Dev - Deploy script added.
- Dev - Plugin renamed from "Wholesale Pricing for WooCommerce" to "Product Price by Quantity for WooCommerce".
- Dev - Shortcodes renamed (old shortcodes are still functional):
[alg_wc_wh_pr_product_meta]
to[alg_wc_ppq_product_meta]
.[alg_wc_wholesale_pricing_table]
to[alg_wc_ppq_table]
.[alg_wc_product_wholesale_pricing_table]
to[alg_wc_product_ppq_table]
.[alg_wc_wholesale_pricing_data]
to[alg_wc_ppq_data]
.[alg_wc_product_wholesale_pricing_data]
to[alg_wc_product_ppq_data]
.[alg_wc_wholesale_pricing_products_list]
to[alg_wc_ppq_products_list]
.
- Tested up to: 6.0.
- WC tested up to: 6.5.
2.8.1 - 19/04/2022
- Fix - Info - Cart Page - Item subtotal - "Undefined property: Alg_WC_Wholesale_Pricing_Pro_Frontend::$core" notice fixed.
- Fix - Shortcodes -
[alg_wc_wholesale_pricing_products_list]
- "Undefined property: Alg_WC_Wholesale_Pricing_Pro_Shortcodes::$core" notice fixed. - Dev - Shortcodes -
[alg_wc_product_wholesale_pricing_table]
- attributes added:hide_table_if_guest
,hide_table_for_user_roles
,show_table_for_user_roles
,hide_table_if_out_of_stock
,hide_if_insufficient_quantity
.
- Dev - Code refactoring.
2.8.0 - 18/04/2022
- Fix - Per product - Per variation - Now ignoring if product price by quantity is enabled for the main variable product.
- Fix - Shortcodes -
[alg_wc_product_wholesale_pricing_table]
-add_discount_row
fixed. - Dev - Info - Discount Pricing Table - Single product page - "Position" (and "Priority") options added.
- Dev - Info - Discount Pricing Table - "Shop page" options added.
- Dev - All Products - Advanced - "Required/Excluded products" options now use AJAX. Separate settings section removed.
- Dev - General - "All products > Enable" option is now duplicated in "General > Settings".
- Dev - General - "Discount type" option moved to the "All Products" section.
- Dev - Shortcodes -
[alg_wc_product_wholesale_pricing_table]
add_discount_row
- Showing value for non-fixed discount types now.add_percent_row
- Showing value for non-percent discount types now.add_percent_row_rounded
attribute added (defaults tono
).heading_format
-%level_discount%
,%level_discount_amount%
,%level_discount_percent%
,%level_discount_percent_rounded%
placeholders added.table_style
attribute added.- Developers -
alg_wc_product_wholesale_pricing_table_heading_format
filter added.
- Dev - Code refactoring.
- WC tested up to: 6.4.
- Tested up to: 5.9.
2.7.0 - 10/12/2021
- Dev - Info - Replace Price - Now outputting unchanged (original) product price, if the (shortcode) result is empty.
- Dev - Shortcodes -
[alg_wc_product_wholesale_pricing_table]
-before
andafter
attributes added. - Dev - Shortcodes -
[alg_wc_product_wholesale_pricing_data]
-before
andafter
attributes added. - Dev - Shortcodes -
[alg_wc_product_wholesale_pricing_data]
-use_variation
attribute added (defaults tono
). - Dev - Shortcodes -
[alg_wc_wholesale_pricing_table]
-before
andafter
attributes added. - Dev - Shortcodes -
[alg_wc_wholesale_pricing_data]
-before
andafter
attributes added. - Dev - Developers -
alg_wc_wholesale_pricing_info_single_product_page_hook
andalg_wc_wholesale_pricing_info_single_product_page_priority
filters added. - WC tested up to: 5.9
2.6.5 - 27/10/2021
- Dev - Price Display by Quantity - "Apply to all products" option added (defaults to
yes
). - WC tested up to: 5.8.
2.6.4 - 24/09/2021
- Fix - Reports - Ensuring
Alg_WC_Wholesale_Pricing_Settings_Per_Item
class is available now.
2.6.3 - 22/09/2021
- Dev - "Reports" section added.
- Dev - All admin settings input is properly sanitized now.
- Dev - Admin settings restyled; descriptions updated.
- WC tested up to: 5.7.
2.6.2 - 09/08/2021
- Dev - General - "Admin recalculate order" options added.
- Dev - Admin settings rearranged ("General > Compatibility Options" subsection added).
2.6.1 - 08/08/2021
- Dev - Allowing "Price directly" to be "0" now.
- Dev - Price Display by Qty - Better algorithm for choosing when to use "no discount" template.
- Dev - Admin settings descriptions updated ("Advanced" section).
- Dev - Code refactoring -
get_discount_by_quantity()
.
2.6.0 - 27/07/2021
- Fix - Shortcodes -
get_product_price()
- Variable - "Price directly". Affects[alg_wc_product_wholesale_pricing_table]
and[alg_wc_product_wholesale_pricing_data]
shortcodes. - Dev - Tools - "Delete per product settings" and "Delete per term settings" tools added.
- Dev - Shortcodes -
[alg_wc_wholesale_pricing_products_list]
- Shortcode rewritten.heading_format
,row_sku
,row_name
,row_category
,row_price
,link_rows
,custom_columns
attributes removed.columns
attribute added. - Dev - Developers -
alg_wc_wholesale_pricing_get_levels_data
filter added. - Dev - Developers -
alg_wc_wholesale_pricing_dropdown_levels_data
filter added. - Dev - Developers -
alg_wc_wh_pr_get_discount_type
filter renamed toalg_wc_wholesale_pricing_get_discount_type
. - Dev - Developers -
alg_wc_wh_pr_ajax_price_display_by_qty
filter renamed toalg_wc_wholesale_pricing_ajax_price_display_by_qty
. - Dev - Developers -
alg_wc_wh_pr_dropdown_input_value
filter renamed toalg_wc_wholesale_pricing_dropdown_input_value
. - Dev - Developers -
alg_wc_wh_pr_dropdown_option_label
filter renamed toalg_wc_wholesale_pricing_dropdown_option_label
. - Dev - Developers -
alg_wc_wh_pr_dropdown_option_style
filter renamed toalg_wc_wholesale_pricing_dropdown_option_style
. - Dev - Developers -
alg_wc_wh_pr_dropdown_option_class
filter renamed toalg_wc_wholesale_pricing_dropdown_option_class
. - Dev - Code refactoring.
- Tested up to: 5.8.
- WC tested up to: 5.5.
2.5.0 - 30/06/2021
- Dev - Shortcodes -
[alg_wc_wholesale_pricing_products_list]
-custom_columns
attribute added. - Dev - Shortcodes -
[alg_wc_wholesale_pricing_products_list]
-link_rows
attribute added (defaults toprice,levels
). - Dev - Shortcodes -
[alg_wc_wholesale_pricing_products_list]
-use_transients
attribute added (defaults tono
). - Dev - Shortcodes -
get_product_price()
- Variable - Safe-checks added. - Dev - Developers -
alg_wc_wh_pr_get_discount_type
filter added. - Dev - Developers -
alg_wc_wh_pr_dropdown_input_value
filter added. - Dev - Developers -
alg_wc_wh_pr_dropdown_option_label
filter added. - Dev - Developers -
alg_wc_wh_pr_dropdown_option_style
filter added. - Dev - Developers -
alg_wc_wh_pr_dropdown_option_class
filter added. - Dev - Developers -
alg_wc_wh_pr_ajax_price_display_by_qty
filter added. - Dev - Plugin is initialized on the
plugins_loaded
action now. - Dev - Code refactoring.
- WC tested up to: 5.4.
2.4.2 - 14/05/2021
- Dev - Price Display by Qty - Variation hide event handler added.
- Dev - Price Display by Qty - Variation change (
table.variations select
onchange
) event handler removed. - Dev - Dropdown - "Filter values" option added.
- Dev - Dropdown - "HTML before" and "HTML after" options added.
- Dev - Dropdown - Wrapping select element in
div
now. - Dev - Settings - Dropdown options moved to a separate settings section. Section descriptions updated.
- WC tested up to: 5.3.
2.4.1 - 06/05/2021
- Fix - Dropdown - Prices in cart page dropdown fixed.
- Fix - Dropdown - Unnecessary
1
quantity value removed from dropdown. - Dev - Dropdown - Variable products support added.
- Dev - Price Display by Qty - JS code refactoring.
- Dev - Price Display by Qty -
show_variation
JS event added.
2.4.0 - 30/04/2021
- Dev - General - "Dropdown" options added.
2.3.0 - 13/04/2021
- Dev - General - Quantity calculation - "Group by product parent (e.g. for variations)" option added.
- Dev - General - Quantity calculation - "Group by product category" option added.
- Dev - General - Quantity calculation - "Group by product tag" option added.
- Dev - General - "Total cart quantity" option redone as select (was checkbox); renamed to "Quantity calculation".
- Dev - Info - Cart Page -
%qty_total%
placeholder added. - Dev - Code refactoring.
- WC tested up to: 5.2.
2.2.5 - 23/03/2021
- Dev - "WCFM plugin compatibility" options added.
- Dev - Code refactoring.
- Tested up to: 5.7.
- WC tested up to: 5.1.
2.2.4 - 02/03/2021
- Dev - Info - Discount Pricing Table - "Hide main variable table on visible variation" option added.
- Dev - Info - Discount Pricing Table - "Template for variable products" option added.
- Dev - Shortcodes -
[alg_wc_product_wholesale_pricing_data]
- Min level quantity is now passed to theprice
function, so now%old_price_total%
and%new_price_total%
placeholders are correctly processed in theprice_format
attribute. - Dev - Localization -
load_plugin_textdomain()
function moved to theinit
action. - Dev - Settings - Restyled and descriptions updated, e.g. "Info > Single Product Page" renamed to "Info > Discount Pricing Table", etc.
- WC tested up to: 5.0.
2.2.3 - 29/12/2020
- Dev - Price Display by Quantity - "Force standard quantity input" option added.
2.2.2 - 22/12/2020
- Fix - Settings - All Products - "Undefined property: Alg_WC_Wholesale_Pricing_Core::$do_process_formula..." notice fixed.
- Dev - Info - "Replace Price" options section added.
- WC tested up to: 4.8.
- Tested up to: 5.6.
2.2.1 - 25/10/2020
- Dev - Shortcodes -
[alg_wc_product_wholesale_pricing_table]
- Initializing all variables now.
2.2.0 - 25/10/2020
- Dev - Price Display by Quantity -
quantity_pq_dropdown
- Timer removed (also fortable.variations select
);input
event removed; getting value from the element itself now (i.e. instead of from the originalquantity
field); standard qty input event handler removed. - Dev - Shortcodes -
[alg_wc_product_wholesale_pricing_table]
- New attributes added:add_total_min_qty_price_row
andtotal_min_qty_price_row_format
;extra_row_before
andextra_row_after
;table_heading_type
;columns_styles
;table_class
. - Dev - Info - Single product pages - Template for non-variable products - Admin settings description updated.
- WC tested up to: 4.6.
2.1.0 - 09/10/2020
- Dev - Info - Single Product Page - "Template" options added.
- Dev - "Lumise - Product Designer Tool" plugin compatibility added.
- Dev -
alg_wc_wholesale_pricing_get_item_product_id
filter added. - Dev -
alg_wc_wholesale_pricing_calculate_totals_product_id
filter added.
2.0.0 - 15/09/2020
- Dev - Free version max levels num limitation removed.
- Dev - General - "Rounding" option added (defaults to
yes
). - Dev - General - Settings - "Enable per product category" and "Enable per product tag" options added.
- Dev - General - Settings - "Per variation" option added.
- Dev - General - Settings - Per product - "Price directly" option available in variable products as well now.
- Dev - General - Settings - Per product - "Reset all", "Copy variation" and "Reset variation" actions added to product settings.
- Dev - Info - "Single Product Page" subsection added.
- Dev - Info - Cart Page - Default message value added to translations.
- Dev - Info - Cart Page - Message placeholders renamed; default message value updated.
- Dev - Info - Cart Page -
%qty%
,%old_price_total%
,%new_price_total%
,%discount_percent%
,%discount_single%
,%discount_total%
placeholders added. - Dev - Info - Cart Page - "Item subtotal" options added.
- Dev - All Products - "Enable" option added.
- Dev - User Roles - "Enable" option added.
- Dev - Price Display by Quantity - Select event added (for the variable products).
- Dev - Price Display by Quantity -
change
event added for the quantity input. - Dev - Price Display by Quantity -
quantity_pq_dropdown
events handler added. - Dev - Price Display by Quantity - Message placeholders renamed; default message values updated.
- Dev - Price Display by Quantity -
%discount_percent%
,%discount_single%
and%discount_total%
placeholders added. - Dev - Price Display by Quantity - "Variable products > Display in variation price" option added (defaults to
yes
). - Dev - Shortcodes -
[alg_wc_wholesale_pricing_products_list]
shortcode added. - Dev - Shortcodes - Placeholders renamed.
- Dev - Shortcodes - Handling products with empty price properly now.
- Dev - All input is sanitized now.
- Dev - JS files minified.
- Dev - Admin settings restyled; descriptions updated; "Info" section added; "Discount Table" section renamed to "All Products".
- Dev - Code refactoring.
- Tested up to: 5.5.
- WC tested up to: 4.5.
1.4.1 - 19/06/2020
- Fix - Advanced - Products to exclude - Bug fixed.
- Dev - Price Display by Quantity - Checking if product price by quantity is enabled for the product now (e.g. "Products to include/exclude" option).
- Dev - Advanced - Products to include/exclude - Product ID info added to the dropdown.
- Dev - Reset Settings - Description updated.
- Tested up to: 5.4.
- WC tested up to: 4.2.
1.4.0 - 19/03/2020
- Dev - General - "Process formula and shortcodes" option added.
- Dev - Code refactoring.
- Dev - Admin settings descriptions updated.
- WC tested up to: 4.0.
1.3.0 - 27/12/2019
- Dev - "Price Display by Quantity" options added.
- Dev - Admin settings restyled; "Advanced" section added.
- Dev - Code refactoring.
- Tested up to: 5.3.
1.2.0 - 06/11/2019
- Dev - Additional safeguards added when getting product ID.
- Dev - Admin settings split into sections.
- Dev - Code refactoring.
- WC tested up to: 3.8.
1.1.2 - 23/09/2019
- Dev -
[alg_wc_product_wholesale_pricing_data]
shortcode added. - Dev -
[alg_wc_wholesale_pricing_data]
shortcode added. - Dev - Code refactoring.
- Dev - Admin Settings - "Your settings have been reset" notice added.
- WC tested up to: 3.7.
1.1.1 - 07/06/2019
- Tested up to: 5.2.
- WC tested up to: 3.6.
1.1.0 - 31/10/2018
- Dev - "Raw" value is now allowed in "Discount info on cart page format" option.
- Dev - Admin settings restyled.
- Dev - Code refactoring.
- Dev - Plugin URI updated.
1.0.0 - 13/08/2017
- Initial Release.
Choose your license
This plugin is a premium version of free Dynamic Pricing & Bulk Quantity Discounts plugin.
Single pricing
- License period:
- 1 year
- License type:
- Single site
Add to cart
3 plugins bundle
- License period:
- 1 year
- License type:
- Single site
Buy bundle
All 65 Plugins Access
- License period:
- 1 year
- License type:
- Unlimited sites
Know more
Still have questions?
We're ready to help out & answer questions! Or read the plugin documentation to get tips and guidance.
Thank you, Scott!