reformat phone number while written
-
hello,
Woocommerce currently displaying phone numbers like 03125001234. However, I need the number to be formatted in a more human-readable form, for example: 0-312-500-12-34.
I found a jQuery code in SO similar to my need
$('.phone').text(function(i, text) { return text.replace(/(\d{3})(\d{3})(\d{4})/, '$1-$2-$3'); });
But how can i customize it? So it would put 0(Zero) prewritten and customer would be starting with his number after zero and which class should i call this jQuery for WooCommerce Cart section
https://stackoverflow.com/questions/8760070/how-to-format-a-phone-number-with-jquery
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘reformat phone number while written’ is closed to new replies.