2024.12.09 – version 3.3.0
* Update: WC and WP Compatibility updates.
* Fix: Prevent woocommerce_cart_loaded_from_session action from processing discounts.
This does not appear to be required anymore, and was causing the price to not be calculated properly when the cart was updated.
This is to fix issues when the cart item quantity is updated and the price is not recalculated.
2024.08.25 – version 3.2.11
* New – Added better integration with Product Addons, using the woocommerce_addons_cloned_product_with_filtered_price filter to stop the price from being adjusted on addons.
, * Update: Update tested to WC 3.3.0, WP 4.9.2, copy @ 2018
2017.11.22 – version 3.1.3
* Fix: Check product exists before attempting to load pricing rules.
* Update: Added filter, wc_dynamic_pricing_flag_is_on_sale, to indicate if the extension should flag adjusted products as on sale.
default is true.
* Update: Added filter, wc_dynamic_pricing_check_coupons, to determine if Dynamic Pricing should check coupons excluding sale items for discounts.
default is true.
* Update: Add full ability to use custom taxonomies as discount types.