I use woocommerce for an e-commerce website. I want to add another field on the login page. There are three fields for registration on this page (Email, Password and Re-enter Password), and I want to add another field for the phone number.
Can someone help me? Thanks in advance http://wordpress.org/plugins/woocommerce/
If someone else is interested to know how to add additional fields to registration / registration / any other forms of account. You can achieve this quite easily, as WooCommerce added them to its templates folder. All you have to do is copy-paste the form that you need to change from the plugins> woocommerce> templates> myaccount and move it to your own theme. After that, you can add your additional fields and add any other functions to make them work using http://docs.woothemes.com/document/hooks/
Hope this helps everyone stuck on this.
I use the "Register Plus Redux" plugin and use the "billing_phone" database key to match the correct field in the user database. In addition, you can add other information, such as "billing_address_1" and others. Regards Mark