Fixed issue #46173 in WooCommerce
In recent versions of WooCommerce, there is a bug associated with the Flat Rate shipping method. If comma is used as decimal separator and decimal point is used as thousand separator the shipping cost appears to be free.
We applied a solution to this problem by removing the thousand separator before calculating the shipping fee.