add_filter('wc_get_rounding_precision', function( $precision ){ return max(4, (int) $precision); }, 9999);