Forums
(@ghostetr)
5 years, 11 months ago
I found the solution to my problem here: https://florianbrinkmann.com/en/3347/woocommerce-same-price-regardless-of-taxes/
If someone else comes across this post the answer to the question is: add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );
add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );
hi @alignak.
Sorry for the late reply.
Your right the cause of my error was a missing file. after creating that and omitting the 404 of the static file, the plugin works fine again.
Thanks for your help!
6 years, 5 months ago
Jesus Christ! Sorry I posted this in the wrong place, please ignore my post.
Thanks for taking the time to write back.