WordPress WooCommerce E-Commerce Additional Customer Profile Customization

Solution:

You need :

  1. Add a form in my-account.php (Check woocommerce_before_my_account hook for this)
  2. Create a custom code to save the file in wp_usermeta table (Check add_user_meta() function ).
  3. Check woocommerce hook after_woocommerce_pay to check if there is a photo associated to current user