Add a Delivery Phone number field to Woocommerce Checkout
If you need a customer to be able to add seperate billing and delivery phone numbers (for example when having a product sent as a gift) you can achieve this by adding the code below to your theme’s functions.php file /** Add an extra Phone number field to the Delivery Address checkout. */ add_filter( ‘woocommerce_checkout_fields’, […]