• Hi,

    Thank you for the great plugin, its working perfectly for me but I need help in few customization.

    I am creating new user on checkout page of Woocommerce page. On billing page I am asking name, email id and phone number. Now how can I use billing_phone field from woocommerce to store the xoo_ml_phone_no field in the database, so that I dont have to ask phone number again?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    You will need to use order completion hook & there you you can do
    update_user_meta( $user_id, 'xoo_ml_phone_no', $_POST['billing_phone'] )

Viewing 1 replies (of 1 total)
  • The topic ‘Updating and storing Phone field in DB’ is closed to new replies.