Apply discount based on subtotal (re-calculate total before applying discount)

Calculate and apply discounts based on the subtotal before finalizing the total.


add_filter('advanced_woo_discount_rules_calculate_cart_subtotal_manually', '__return_true');