Created
April 25, 2020 14:26
-
-
Save rameshelamathi/1e51740f6a13a05563deab10216c4c62 to your computer and use it in GitHub Desktop.
Smart coupons compatibility for Woo Discount Rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter('woo_discount_rules_remove_event_woocommerce_before_calculate_totals', '__return_true'); | |
add_filter('woo_discount_rules_apply_rules_repeatedly', '__return_true'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment