plugin updates
This commit is contained in:
@@ -108,9 +108,6 @@ class WC_Shipping_Flat_Rate extends WC_Shipping_Method {
|
||||
// Remove whitespace from string.
|
||||
$sum = preg_replace( '/\s+/', '', $sum );
|
||||
|
||||
// Removed thousand separator.
|
||||
$sum = str_replace( wc_get_price_thousand_separator(), '', $sum );
|
||||
|
||||
// Remove locale from string.
|
||||
$sum = str_replace( $decimals, '.', $sum );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user