How to add more field in registration form
Author | Posts |
---|---|
March 31, 2014 at 7:53 am 17636 | |
Simon | Hi Support, I need to add one or two more field for Seller during registration. How to do that? Thanks |
March 31, 2014 at 12:04 pm 17646 | |
Sk | Hello Mohd Ghufran, You could manually add your fields in the function Please be aware on next update if you edit the function. You may lose your custom code. Thank you. |
April 2, 2014 at 3:04 am 17816 | |
Anders | Hi! How do I make parts of the registration forms for sellers not required? Anders |
April 2, 2014 at 11:13 am 17831 | |
Sk | Hi Anders, You could change required fields in the function erase The field will not be required any more. Thank you. |
April 2, 2014 at 12:24 pm 17835 | |
Anders | Hi! Thank you for your quick reply! I have already done that, but it seems like there is some kind of woocommerce problem when I have deleted that 😛 Your form is no longer requiring it, but woocommerce do. How do I disable this for woocommerce as well? |
April 2, 2014 at 11:51 pm 17871 | |
Anders | Any tips? |
April 3, 2014 at 11:11 pm 17978 | |
Anders | I guess that there is here I have to change something 😉 |
April 8, 2014 at 7:31 pm 18289 | |
Anders | I found out of it although Wedevs does not answer 😉 When you have finnished the steps over deleting Go to the dokan/includes/wc-function.php: find
In stead of “seller” add some thing else here: for exemple subscriber 😉 Then the fields will no longer be required 😉 |
April 9, 2014 at 5:08 pm 18365 | |
Simon | Hi, So how to do also change the fields in the seller’s profile in the dashboard (front end) and the admin (backend WP) ? thanks Simon |