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' );
-
This reply was modified 7 years, 5 months ago by ghostetr.
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!
Jesus Christ! Sorry I posted this in the wrong place, please ignore my post.
Thanks for taking the time to write back.