Phone Validator with Flags for WooCommerce

설명

Phone Validator with Flags for WooCommerce enhances the billing phone field on the checkout page by:

  • Displaying a dropdown with country flags and dial codes.
  • Auto-detecting the default country based on your WooCommerce store location.
  • Validating the phone number format before order submission.
  • Respecting WooCommerce’s “Selling Locations” settings to limit the list of countries.
  • Supporting both Classic Checkout and Block Checkout (introduced in WooCommerce 8+).
  • Allowing full customization via a dedicated settings page under WooCommerce Settings Phone Validator.
  • Supporting the shipping phone field independently from the billing phone field.

Ideal for WooCommerce stores targeting international customers who want to ensure clean, valid phone numbers during checkout.

Have a question or need help? Contact the developer.

Features

  • Add country flags and dial codes to the checkout phone field.
  • Validate phone numbers in real-time before submission.
  • Full support for WooCommerce Block Checkout (Gutenberg).
  • Supports billing phone, shipping phone, and My Account phone fields independently.
  • Set preferred countries to appear at the top of the dropdown with a visual divider.
  • Choose between all countries or only WooCommerce Selling Locations.
  • Shipping phone field uses WooCommerce Shipping Locations automatically.
  • Inline error messages styled to match WooCommerce notices.
  • Respects WooCommerce field validation rules automatically.
  • Compatible with WordPress 7 and WooCommerce 10+.
  • GDPR-safe – no external APIs, fully self-hosted.
  • Compatible with High-Performance Order Storage (HPOS).
  • Lightweight and translation-ready.

Libraries Used

This plugin includes the following third-party open source library:

  • intl-tel-input v29.0.1 – JavaScript international phone input utility.
    Source: https://github.com/jackocnr/intl-tel-input
    License: MIT

스크린샷

설치

  1. Upload the plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Ensure that WooCommerce is active and “Selling Locations” are configured.
  4. Go to WooCommerce Settings Phone Validator to configure the plugin.
  5. The billing phone field on the checkout page will now display with country flag and validation.

FAQ

Does this plugin send data to third-party services?

No. All assets and logic are fully self-hosted. No external scripts, APIs, or CDNs are used.

Does this plugin work with WooCommerce Block Checkout?

Yes. Since version 2.0.0 the plugin fully supports Block Checkout introduced in WooCommerce 8+.

Does this plugin work with custom phone fields?

Currently it targets the default WooCommerce billing_phone, shipping_phone, and My Account phone fields.

What if the user enters an invalid phone number?

An inline error message will appear styled to match WooCommerce notices, and the order will not be submitted until a valid number is entered.

Does it support HPOS?

Yes. This plugin officially declares compatibility with WooCommerce High-Performance Order Storage.

Can I set a default country?

Yes. You can set a default country from WooCommerce Settings Phone Validator. The default behavior uses your WooCommerce store country automatically.

Can I show preferred countries at the top of the list?

Yes. You can select preferred countries from the settings page and they will appear at the top of the dropdown, separated from the rest by a visual divider.

Does it support the shipping phone field?

Yes. You can enable the shipping phone field independently from WooCommerce Settings Phone Validator. The shipping phone dropdown will only show countries from your WooCommerce Shipping Locations.

Is it compatible with WordPress 7 and the latest WooCommerce?

Yes. The plugin is fully tested and compatible with WordPress 7 and WooCommerce 10+.

I need help or have a suggestion. How can I contact the developer?

You can reach the developer through the contact page.

후기

2026년 8월 3일
Phone Validator with Flags for WooCommerce has quickly become essential on my site. It adds a country flag and dial code dropdown directly to the billing phone field, so customers can’t forget the country code or enter obvious nonsense. The real‑time validation blocks invalid numbers before the order goes through, and the integration with WooCommerce’s selling locations means only the countries I allow actually appear. I’ve been using it for a short time and I can already see the difference: my customer and order records now have properly formatted, internationally valid phone numbers instead of random strings. Setup is simple, the settings page lets you configure defaults and preferred countries, and it works smoothly with both Classic and Block Checkout. If you run a WooCommerce store and care about data quality (and being able to actually contact your customers), this plugin is a no‑brainer.
2026년 5월 26일 답글 1개
Oh my God,this plugin solved the problem for me.Its stability is excellent. I used to wonder why there wasn’t a plugin that could handle this feature efficiently and without issues.
2025년 8월 20일 답글 1개
This plugin is excellent and supports all countries. The best part is that I was able to set Saudi Arabia as the default number, so customers don’t have to change the country manually. It saved me time and made the customer experience much smoother. Highly recommended!
모든 9 평가 읽기

기여자 & 개발자

“Phone Validator with Flags for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Phone Validator with Flags for WooCommerce”(이)가 2 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Phone Validator with Flags for WooCommerce”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release with flag selector, validation, and WooCommerce integration.

1.1.0

  • Fix some technical issues about the error alert.

1.2.0

  • Fix some technical issues.

1.3.0

  • Fix compatibility issues.

2.0.0

  • Full support for WooCommerce Block Checkout (Gutenberg).
  • Added dedicated settings page under WooCommerce Settings Phone Validator.
  • Added support for shipping phone field with Shipping Locations filtering.
  • Added support for My Account phone field.
  • Added preferred countries option with visual divider.
  • Added inline error messages styled to match WooCommerce notices.
  • Updated intl-tel-input library from v18.1.1 to v29.0.1.
  • Default country now uses WooCommerce store location automatically.
  • Fixed double initialization bug.
  • Compatible with WordPress 7 and WooCommerce 10+.
  • Code refactored and split into dedicated classes.