Default Phone Profile Field(S)

Hi,

can i change default type of field phone (for billing and shipping) to phone type ?

because on my setting, phone's are type is "input type" (which looks like it's accept all text input) and this make one of my order can have empty phone even when i set to required because user input space (" ") for their phone

Thanks

Please do th following

- log in the phpMyAdmin

- find the cscasrt_profile_fields table

- find rows with the field_name value equal to b_phone and s_phone

- change the field_type value of these rows to P

Please do th following

- log in the phpMyAdmin

- find the cscasrt_profile_fields table

- find rows with the field_name value equal to b_phone and s_phone

- change the field_type value of these rows to P

Thanks it works

You are welcome!