سلام
کد زیر رو به انتهای functions.php خود قالب اضافه کنید، تا کاربر خودش به طور دستی بنویسه.
add_filter("woocommerce_checkout_fields", "custom_order_fields");
function custom_order_fields($fields) {
$order = array(
"billing_email",
"billing_first_name",
"billing_last_name"...