diff --git a/woocommerce-services.php b/woocommerce-services.php index f862ce67b..bc3618fea 100644 --- a/woocommerce-services.php +++ b/woocommerce-services.php @@ -1229,6 +1229,7 @@ function add_shipping_phone_to_checkout( $fields ) { 'clear' => true, 'validate' => array( 'phone' ), 'autocomplete' => 'tel', + 'priority' => 80, ); return $fields; }