• Hi – great plugin. I have an issue that with US set as default country when a user types in an invalid/incomplete number such as (818) 967-12 the checkout form is submitted and no error generated. If I edit class-woocommerce-account.php and comment out these lines – then it works fine – it appears woo doesn’t handle these errors correctly :

    99 if( !is_numeric( str_replace( ‘ ‘, ”, $bil_phone ) ) ) // WC will handle this, so no need to report errors
    100 return;

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Precious Omonzejele

    (@preciousomonze)

    Hello @jlavinsky , hope your day is going well?
    ?? Oops, thanks for the notice, really appreciate, will add it to my next update, which is coming soon.

    This plugin is awesome, I really found it useful.
    I’m having the same issue on WooCommerce checkout where the phone is not formatted correctly when checking out. Hopefully the next release will be soon.

    Thank you

    Plugin Author Precious Omonzejele

    (@preciousomonze)

    Thank @weshouck32 , sorry for the inconvenience, Yes, in my next update, it’ll be fixed. ??????
    Please don’t forget to give an honest rating, if you love the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘US Phone number validation on checkout’ is closed to new replies.