Last active
March 25, 2024 19:36
-
-
Save woogists/474fb3df24d622c9f52e217e210f99de to your computer and use it in GitHub Desktop.
Customers everywhere pay the same price and the difference in taxes is absorbed by adjusting the product price relative to the tax.
This file contains 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