How to add custom registration fields to Woocommerce checkout ?
-
Hi, I need to add to add woocommerce registration fields ( with billing fields (firstname, lastname, address, country, etc ) to login page in the chckout. now woocommerce only showing login fields in the woocommerce checkout authentication page.
I need to display both login and registration fields in the same checkout authentication page.
how can i do that ?
-
@lkdev you will need an 'advance woocommerce custom fields' plugin to do that.
BTW you can do it manually by adding several lines of code, bit it will be somewhat hard since you will need to interact with DB too. -
how to add manual ?