disable recalculate when coupon apply
Prevent automatic recalculation of totals when a coupon is applied.
add_filter('advanced_woo_discount_rules_recalculate_discount_before_apply_coupon', '__return_false');Prevent automatic recalculation of totals when a coupon is applied.
add_filter('advanced_woo_discount_rules_recalculate_discount_before_apply_coupon', '__return_false');