new Field not display on Admin Panel
-
Hi
I have problem with displaying new billing field on admin new order page.
I added an extra field “Mobile Number” to billing form.its ok on new order from front-end side,but the field does not show on Admin-Side new order.
currently i added this field by adding this code to woocommerce core files ( class-wc-meta-box-order-data.php ) :
'mobile' => array( 'label' => __( 'Mobile', 'woocommerce' ), ),
but its not a permanent way because of woocommerce update .
appreciate any help
- The topic ‘new Field not display on Admin Panel’ is closed to new replies.