Edit woocommerce Login register page

user1321381 picture user1321381 · May 31, 2013 · Viewed 36.3k times · Source

I am using woocommerce for an eCommerce website. I want to add one more field in Login Regiser page. On this page there are three fields in registration (Email, Password and Re-enter password) and I want to add one more field for phone number.

Can anybody help me ? Thanks in Advance http://wordpress.org/plugins/woocommerce/

Answer

adamj picture adamj · Sep 5, 2014

If anyone else is curious on how to add additional fields to the login/register/any other account forms. You can achieve this quite easily since WooCommerce has added those to their templates folder. All you have to do is copy-paste the form you need to modify from plugins>woocommerce>templates>myaccount and drop it into your own theme. After which, you can add your extra fields and add any other functionality to make them work using http://docs.woothemes.com/document/hooks/

Hope this is of help to anyone who's been stuck on this.