I am using WordPress woocommerce plugin to make a eCommerce site. Everything is good about woocommerce plugin. But when I saw the register section where a user will make register all of his details, there is no custom fields like gender, phone no, address etc. I need all this things in the register page. So how to do that? Any help an suggestions will be highly appreciable.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
This plugin is what youre looking for http://wordpress.org/extend/plugins/cimy-user-extra-fields/. You will be able to add extra fields in the registration form and also add it in the user profile page of the user. Heres a screenshot of a sample registration form http://wordpress.org/extend/plugins/cimy-user-extra-fields/screenshots/ I personally use this here http://mayumibeats.com/wp-signup.php?blog_id=1 Cheers! |
|||
|
|
|
You will have to edit the plugin files to have this feature. Files that might need changes are
Database changes wont be required as the entries will be saved in wp_usermeta table. In case if you are registering users via Wordpress's registration page, then use a plugin like Cimy User Extra Fields |
||||
|
|