diff --git a/includes/wc-product-functions.php b/includes/wc-product-functions.php index cc80ebc06c991..d93dc731cd914 100644 --- a/includes/wc-product-functions.php +++ b/includes/wc-product-functions.php @@ -782,7 +782,7 @@ function wc_get_min_max_price_meta_query( $args ) { 'key' => '_price', 'value' => array( $min, $max ), 'compare' => 'BETWEEN', - 'type' => 'DECIMAL', + 'type' => 'NUMERIC', ); }