Created
January 13, 2022 20:46
-
-
Save jrick1229/c35324a0a60807518770cf62e2ea3005 to your computer and use it in GitHub Desktop.
Charge the same for products, regardless of tax rate being used, for all customers (when using Inclusive Taxes) in WooCommerce
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_adjust_non_base_location_prices', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment