Last active
October 30, 2023 07:49
-
-
Save SirDarcanos/7be220862d236fc51c5e69e32b19fdf4 to your computer and use it in GitHub Desktop.
Calculate Shipping After Discounts with Table Rate Shipping
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
<?php | |
add_filter( 'woocommerce_table_rate_compare_price_limits_after_discounts', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment